Skip to content

Commit

Permalink
hotfix(bal): check empty transaction (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
phucledien authored Jan 27, 2024
1 parent 5182c05 commit 9a50f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/balances/index/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ async function switchView(
])

const { text: txnRow } = await UI.components.txns({
txns,
txns: txns ?? [],
on: Platform.Discord,
top: 5,
profileId,
Expand Down

0 comments on commit 9a50f13

Please sign in to comment.