Feature/improve accounts table Storybook story (#5739)

* Improve Storybook story
pull/5743/head
Thomas Kaul 6 months ago committed by GitHub
parent 5c7d34821e
commit 74a4d830c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -112,6 +112,7 @@ export const Loading: Story = {
accounts: undefined,
baseCurrency: 'USD',
deviceType: 'desktop',
hasPermissionToOpenDetails: false,
locale: 'en-US',
showActions: false,
showAllocationInPercentage: false,
@ -128,6 +129,7 @@ export const Default: Story = {
accounts,
baseCurrency: 'USD',
deviceType: 'desktop',
hasPermissionToOpenDetails: false,
locale: 'en-US',
showActions: false,
showAllocationInPercentage: false,
@ -147,6 +149,7 @@ export const WithoutFooter: Story = {
accounts,
baseCurrency: 'USD',
deviceType: 'desktop',
hasPermissionToOpenDetails: false,
locale: 'en-US',
showActions: false,
showAllocationInPercentage: false,

Loading…
Cancel
Save