Skip to content

Commit 4690d0f

Browse files
committed
fix: build
1 parent 26cb154 commit 4690d0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/ui/composites/data-table/DataTable.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export const Primary: Omit<Story, 'args'> = {
3636
} as any,
3737
fee: '120000000',
3838
amount: '999999',
39+
transferCount: 1,
3940
from: { id: '0x2131313' },
4041
to: { id: '0xdjwaidjiajdi' },
4142
fromHash: '0x2131313',
@@ -52,6 +53,7 @@ export const Primary: Omit<Story, 'args'> = {
5253
} as any,
5354
fee: '120000000',
5455
amount: '999999',
56+
transferCount: 1,
5557
from: { id: '0x2131313' },
5658
to: { id: '0xdjwaidjiajdi' },
5759
fromHash: '0x2131313',
@@ -68,6 +70,7 @@ export const Primary: Omit<Story, 'args'> = {
6870
} as any,
6971
fee: '120000000',
7072
amount: '999999',
73+
transferCount: 1,
7174
from: { id: '0x2131313' },
7275
to: { id: '0xdjwaidjiajdi' },
7376
fromHash: '0x2131313',
@@ -86,6 +89,7 @@ export const Primary: Omit<Story, 'args'> = {
8689
amount: '999999',
8790
from: { id: '0x2131313' },
8891
to: { id: '0xdjwaidjiajdi' },
92+
transferCount: 1,
8993
fromHash: '0x2131313',
9094
toHash: '0xdjwaidjiajdi',
9195
timestamp: new Date().toISOString(),

0 commit comments

Comments
 (0)