Feature/improve Storybook story of fire calculator (#4451)
* Add default value for fire wealth
This commit is contained in:
parent
150d97bd42
commit
536b000ff9
@ -45,7 +45,7 @@ type Story = StoryObj<GfFireCalculatorComponent>;
|
||||
export const Simple: Story = {
|
||||
args: {
|
||||
currency: 'USD',
|
||||
fireWealth: 0,
|
||||
fireWealth: 50000,
|
||||
locale: locale
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user