Skip to content

Commit 63d00ed

Browse files
committed
fix: comment
1 parent 68d2c2c commit 63d00ed

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/neuron-ui/src/components/SUDTAccountList/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ const SUDTAccountList = () => {
123123
break
124124
}
125125
setReceiveData({
126-
accountId: account.accountId,
127126
address: account.address,
128127
accountName: account.accountName ?? DEFAULT_SUDT_FIELDS.accountName,
129128
tokenName: account.tokenName ?? DEFAULT_SUDT_FIELDS.tokenName,

packages/neuron-ui/src/components/SUDTReceiveDialog/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const { DEFAULT_SUDT_FIELDS } = CONSTANTS
1313

1414
export interface DataProps {
1515
address: string
16-
accountId: string
1716
accountName: string
1817
tokenName: string
1918
symbol: string

packages/neuron-ui/src/stories/SUDTReceiveDialog.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ type Story = StoryObj<typeof SUDTReceiveDialog>
1414
export const Default: Story = {
1515
args: {
1616
data: {
17-
accountId: '1',
1817
address: 'ckt1q9gry5zg8stq8ruq5wfz3lm5wn2k7qw3ulsfmdhe98f2j1',
1918
accountName: 'account name',
2019
tokenName: 'token name',

0 commit comments

Comments
 (0)