refactor: clean

This commit is contained in:
frab1t 2019-05-18 19:46:02 +02:00
parent a730296fec
commit 6342903d95
1 changed files with 1 additions and 2 deletions

View File

@ -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"