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">
|
||||
<DropDown
|
||||
options={this.state.categories}
|
||||
|
||||
/>
|
||||
|
||||
|
||||
@@ -119,7 +118,7 @@ class TicketList extends Component {
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{tickets.length > 0 ? tickets : (
|
||||
{tickets.length ? tickets : (
|
||||
<tr>
|
||||
<td
|
||||
className="text-center font-weight-bold"
|
||||
|
Reference in New Issue
Block a user