Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Jan 6, 2025
1 parent 68d2c2c commit 63d00ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ const SUDTAccountList = () => {
break
}
setReceiveData({
accountId: account.accountId,
address: account.address,
accountName: account.accountName ?? DEFAULT_SUDT_FIELDS.accountName,
tokenName: account.tokenName ?? DEFAULT_SUDT_FIELDS.tokenName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const { DEFAULT_SUDT_FIELDS } = CONSTANTS

export interface DataProps {
address: string
accountId: string
accountName: string
tokenName: string
symbol: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ type Story = StoryObj<typeof SUDTReceiveDialog>
export const Default: Story = {
args: {
data: {
accountId: '1',
address: 'ckt1q9gry5zg8stq8ruq5wfz3lm5wn2k7qw3ulsfmdhe98f2j1',
accountName: 'account name',
tokenName: 'token name',
Expand Down

1 comment on commit 63d00ed

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 12625325031

Please sign in to comment.