Browse Source

Clean up

pull/5696/head
Thomas Kaul 4 weeks ago
parent
commit
ca890d3786
  1. 5
      libs/ui/src/lib/accounts-table/accounts-table.component.stories.ts

5
libs/ui/src/lib/accounts-table/accounts-table.component.stories.ts

@ -119,10 +119,7 @@ export const Loading: Story = {
showFooter: true, showFooter: true,
showTransactions: true, showTransactions: true,
showValue: true, showValue: true,
showValueInBaseCurrency: true, showValueInBaseCurrency: true
totalBalanceInBaseCurrency: 0,
totalValueInBaseCurrency: 0,
transactionCount: 0
} }
}; };

Loading…
Cancel
Save