fix(currency-dropdown-story): add total price arg
This commit is contained in:
parent
e8bb940d6c
commit
ce998a2ca9
|
@ -15,5 +15,7 @@ export default meta
|
|||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {},
|
||||
args: {
|
||||
totalPrice: 1594,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue