Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstotsky committed May 8, 2024
1 parent 52cdb69 commit 7da55ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/CollapsedTable/CollapsedTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import _times from 'lodash/times'

const CollapsedTable = ({ numRows, tableColumns }) => {
const { t } = useTranslation()

return (
<div className='collapsed-table'>
{_times(numRows, rowIndex => (
Expand Down

0 comments on commit 7da55ae

Please sign in to comment.