diff --git a/packages/desktop-client/src/components/mobile/accounts/Accounts.tsx b/packages/desktop-client/src/components/mobile/accounts/Accounts.tsx index 8934f678f1f..f17806dc4a8 100644 --- a/packages/desktop-client/src/components/mobile/accounts/Accounts.tsx +++ b/packages/desktop-client/src/components/mobile/accounts/Accounts.tsx @@ -112,23 +112,26 @@ function AccountCard({ alignItems: 'center', }} > - {/* TODO: Should bankId be part of the AccountEntity type? */ 'bankId' in account && account.bankId ? ( - - ) : null} + { + /* TODO: Should bankId be part of the AccountEntity type? */ + 'bankId' in account && account.bankId ? ( + + ) : null + } {props => ( - {...props} style={{ fontSize: 16,