mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
refactor: clean
This commit is contained in:
@@ -101,7 +101,6 @@ class TicketList extends Component {
|
|||||||
<Col md={3} className="float-right">
|
<Col md={3} className="float-right">
|
||||||
<DropDown
|
<DropDown
|
||||||
options={this.state.categories}
|
options={this.state.categories}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
@@ -119,7 +118,7 @@ class TicketList extends Component {
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{tickets.length > 0 ? tickets : (
|
{tickets.length ? tickets : (
|
||||||
<tr>
|
<tr>
|
||||||
<td
|
<td
|
||||||
className="text-center font-weight-bold"
|
className="text-center font-weight-bold"
|
||||||
|
Reference in New Issue
Block a user