Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62ae4cb

Browse files
committed
cleanup Level stories
1 parentaa830ea commit62ae4cb

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

‎web-app/stories/Level.stories.tsx

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@ storiesOf('Level', module)
7171
],
7272
}
7373
return(
74-
<Levellevel={level}onContinue={action('onContinue')}onLoadSolution={action('onLoadSolution')}processes={[]}/>
74+
<Level
75+
level={level}
76+
onContinue={action('onContinue')}
77+
onLoadSolution={action('onLoadSolution')}
78+
processes={[]}
79+
testStatus={null}
80+
/>
7581
)
7682
})
7783
.add('Level 2',()=>{
@@ -129,6 +135,7 @@ storiesOf('Level', module)
129135
description:'Installing dependencies',
130136
},
131137
]}
138+
testStatus={null}
132139
/>
133140
)
134141
})
@@ -201,7 +208,13 @@ storiesOf('Level', module)
201208
],
202209
}
203210
return(
204-
<Levellevel={level}onContinue={action('onContinue')}onLoadSolution={action('onLoadSolution')}processes={[]}/>
211+
<Level
212+
level={level}
213+
onContinue={action('onContinue')}
214+
onLoadSolution={action('onLoadSolution')}
215+
processes={[]}
216+
testStatus={null}
217+
/>
205218
)
206219
})
207220
.add('FakeBook API L2',()=>{
@@ -267,6 +280,12 @@ storiesOf('Level', module)
267280
],
268281
}
269282
return(
270-
<Levellevel={level}onContinue={action('onContinue')}onLoadSolution={action('onLoadSolution')}processes={[]}/>
283+
<Level
284+
level={level}
285+
onContinue={action('onContinue')}
286+
onLoadSolution={action('onLoadSolution')}
287+
processes={[]}
288+
testStatus={null}
289+
/>
271290
)
272291
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp