Skip to content

Commit 6f4fc38

Browse files
committed
fix hint story
Signed-off-by: shmck <[email protected]>
1 parent 4c59200 commit 6f4fc38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-app/src/containers/SelectTutorial/SelectTutorialForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import TutorialFile from './forms/TutorialFile'
88
const styles = {
99
formWrapper: {
1010
padding: '1rem',
11-
width: '100vw',
11+
width: '100wvw',
1212
height: 'auto',
1313
},
1414
}

web-app/stories/Step.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ storiesOf('Step', module)
9191
.add('Hints', () => (
9292
<>
9393
<Step content={text('text', stepText)} status="ACTIVE" subtasks={null} />
94-
<Hints hints={['First hint!', 'Second hint!']} hintIndex={1} setHintIndex={action('setHintIndex')} />
94+
<Hints hints={['First hint!', 'Second hint!']} />
9595
</>
9696
))

0 commit comments

Comments
 (0)