fix(currency-dropdown-story): add total price arg

This commit is contained in:
RadoslavDimchev 2024-02-29 00:01:38 +02:00 committed by Emil Ivanichkov
parent e8bb940d6c
commit ce998a2ca9
1 changed files with 3 additions and 1 deletions

View File

@ -15,5 +15,7 @@ export default meta
type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {},
args: {
totalPrice: 1594,
},
}