Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 12, 2024
1 parent 14ee05b commit 12fda21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/components/table/asset-balances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export const AssetBalancesTable: FunctionComponent<{

const table = useReactTable({
data: filteredAssetsData,
// @ts-expect-error
columns: collapsedColumns,
manualSorting: true,
manualFiltering: true,
Expand Down

0 comments on commit 12fda21

Please sign in to comment.