Skip to content

Commit

Permalink
Update TransactionsTable.jsx
Browse files Browse the repository at this point in the history
Adding balance tooltip
  • Loading branch information
Teprifer authored Jan 21, 2024
1 parent dd29e02 commit 54961be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ const Transaction = memo(function Transaction(props) {
style={{ ...styles.tnum, ...amountStyle }}
width={88}
textAlign="right"
title=integerToCurrency(runningBalance)

Check failure on line 1324 in packages/desktop-client/src/components/transactions/TransactionsTable.jsx

View workflow job for this annotation

GitHub Actions / typecheck

'{' or JSX element expected.

Check failure on line 1324 in packages/desktop-client/src/components/transactions/TransactionsTable.jsx

View workflow job for this annotation

GitHub Actions / typecheck

Identifier expected.
privacyFilter

Check failure on line 1325 in packages/desktop-client/src/components/transactions/TransactionsTable.jsx

View workflow job for this annotation

GitHub Actions / typecheck

'}' expected.
/>

Check failure on line 1326 in packages/desktop-client/src/components/transactions/TransactionsTable.jsx

View workflow job for this annotation

GitHub Actions / typecheck

Unexpected token. Did you mean `{'>'}` or `>`?
)}

Check failure on line 1327 in packages/desktop-client/src/components/transactions/TransactionsTable.jsx

View workflow job for this annotation

GitHub Actions / typecheck

Unexpected token. Did you mean `{'}'}` or `}`?
Expand Down

0 comments on commit 54961be

Please sign in to comment.