feat: update withdrawal address story
This commit is contained in:
parent
804da336af
commit
e05cc80e56
|
@ -21,3 +21,9 @@ export const Default: Story = {
|
||||||
title: 'Withdrawal Address',
|
title: 'Withdrawal Address',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const WithoutTitle: Story = {
|
||||||
|
args: {
|
||||||
|
title: '',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
|
@ -32,4 +32,5 @@ const WithdrawalAddress = ({ title }: WithdrawalAddressProps) => {
|
||||||
</YStack>
|
</YStack>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default WithdrawalAddress
|
export default WithdrawalAddress
|
||||||
|
|
Loading…
Reference in New Issue