1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

refactor: clean

This commit is contained in:
frab1t
2019-05-18 19:46:02 +02:00
parent a730296fec
commit 6342903d95

View File

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