Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Oct 16, 2022
1 parent 9943549 commit ff6b684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpis/gui/src/components/Model/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ModelDashboard extends Component {

if (list_sorted.length > 0) {
listEl = (
<Table celled unstackable>
<Table celled unstackable>
<Table.Header>
<Table.Row>
<Table.HeaderCell
Expand Down

0 comments on commit ff6b684

Please sign in to comment.