feat: update withdrawal address story

This commit is contained in:
RadoslavDimchev 2023-08-31 15:27:56 +03:00
parent 804da336af
commit e05cc80e56
2 changed files with 7 additions and 0 deletions

View File

@ -21,3 +21,9 @@ export const Default: Story = {
title: 'Withdrawal Address',
},
}
export const WithoutTitle: Story = {
args: {
title: '',
},
}

View File

@ -32,4 +32,5 @@ const WithdrawalAddress = ({ title }: WithdrawalAddressProps) => {
</YStack>
)
}
export default WithdrawalAddress