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

Commit7497a0f

Browse files
committed
hide run when no steps
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent4e997d8 commit7497a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎web-app/src/containers/Tutorial/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const TutorialPage = (props: PageProps) => {
181181
)}
182182
{/* Left */}
183183
<divcss={{flex:1}}>
184-
{DISPLAY_RUN_TEST_BUTTON&&level.status!=='COMPLETE' ?(
184+
{DISPLAY_RUN_TEST_BUTTON&&level.steps.length&&level.status!=='COMPLETE' ?(
185185
<Button
186186
style={{marginLeft:'1rem',width:'57px'}}
187187
type="primary"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp