Skip to content

Commit

Permalink
Update packages/suite/src/views/wallet/transactions/TransactionList/W…
Browse files Browse the repository at this point in the history
…alletTransactionList.tsx

Co-authored-by: Jan Václavík <[email protected]>
  • Loading branch information
vojtatranta and jvaclavik authored Feb 11, 2025
1 parent 6ff4ca2 commit 49efd42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const NoVisibleTransactions = () => {

return (
<Card>
<NoResults>
<Column alignItems="center">
<Text typographyStyle="hint" variant="tertiary">
<Translation
id="TR_NO_VISIBLE_TRANSACTIONS"
values={{
Expand All @@ -44,8 +44,8 @@ export const NoVisibleTransactions = () => {
),
}}
/>
<Text>
</Column>
</NoResults>
</Card>
);
};
Expand Down

0 comments on commit 49efd42

Please sign in to comment.