Skip to content

Commit 676dd98

Browse files
authored
Pass isAllAccountsPage prop to AccountList component (#1117)
1 parent d56ea9b commit 676dd98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/popup/pages/all-accounts/content.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export const AllAccountsContent = () => {
122122
accountsInfo={accountsInfo}
123123
accountLiquidBalance={accountLiquidBalance}
124124
isLoadingBalance={isLoadingBalance}
125+
isAllAccountsPage={true}
125126
/>
126127
);
127128
}}

0 commit comments

Comments
 (0)