Feature/improve Storybook story of fire calculator (#4451)

* Add default value for fire wealth
This commit is contained in:
Thomas Kaul 2025-03-21 20:41:37 +01:00 committed by GitHub
parent 150d97bd42
commit 536b000ff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ type Story = StoryObj<GfFireCalculatorComponent>;
export const Simple: Story = { export const Simple: Story = {
args: { args: {
currency: 'USD', currency: 'USD',
fireWealth: 0, fireWealth: 50000,
locale: locale locale: locale
} }
}; };