Skip to content

Commit

Permalink
Fix for fucking eslint rule (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl authored Nov 29, 2024
1 parent 225a1d6 commit 424cd1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/banking/src/components/TransactionListCells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export const TransactionLabelCell = ({ transaction }: { transaction: Transaction
return (
<Cell>
<TransactionIcon transaction={transaction} />

<Space width={20} />

<LakeHeading variant="h5" level={3} numberOfLines={1}>
Expand Down

0 comments on commit 424cd1d

Please sign in to comment.