Skip to content

Commit

Permalink
Fix validateDOM warning
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 2, 2021
1 parent f144667 commit 2a7b674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function ItemTable({ data, rowCanBeSelected, loading }) {
);
}
})
))};
))}
</TableRow>
);
})}
Expand Down

0 comments on commit 2a7b674

Please sign in to comment.