diff --git a/src/components/General/CurrencyDropdown.stories.tsx b/src/components/General/CurrencyDropdown.stories.tsx index 5ea5cbd8..82cbf61a 100644 --- a/src/components/General/CurrencyDropdown.stories.tsx +++ b/src/components/General/CurrencyDropdown.stories.tsx @@ -15,5 +15,7 @@ export default meta type Story = StoryObj export const Default: Story = { - args: {}, + args: { + totalPrice: 1594, + }, }