Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e997d8 commit 7497a0fCopy full SHA for 7497a0f
web-app/src/containers/Tutorial/index.tsx
@@ -181,7 +181,7 @@ const TutorialPage = (props: PageProps) => {
181
)}
182
{/* Left */}
183
<div css={{ flex: 1 }}>
184
- {DISPLAY_RUN_TEST_BUTTON && level.status !== 'COMPLETE' ? (
+ {DISPLAY_RUN_TEST_BUTTON && level.steps.length && level.status !== 'COMPLETE' ? (
185
<Button
186
style={{ marginLeft: '1rem', width: '57px' }}
187
type="primary"
0 commit comments