Skip to content

Commit acbdaad

Browse files
author
Marcin Mazurek
committed
[DDW-1088] Update storybook
1 parent 849b704 commit acbdaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storybook/stories/nodes/syncing/SyncingConnecting.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const makeProgressValueKnob = ({ name, value }) =>
1313
range: true,
1414
min: 0,
1515
max: 100,
16-
step: 0.01,
16+
step: 1,
1717
});
1818

1919
const makeBlockSyncProgress = () => ({
@@ -23,7 +23,7 @@ const makeBlockSyncProgress = () => ({
2323
}),
2424
[BlockSyncType.replayedBlock]: makeProgressValueKnob({
2525
name: 'Replaying ledger from on-disk blockchain',
26-
value: 99.9,
26+
value: 99,
2727
}),
2828
[BlockSyncType.pushingLedger]: makeProgressValueKnob({
2929
name: 'Syncing blockchain',

0 commit comments

Comments
 (0)