Skip to content

Commit 3c193ad

Browse files
committed
resolved the edge case
1 parent 4a79f5e commit 3c193ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/CodeEditor/CodeEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const EditorControls = ({
137137
Reset
138138
</MyBtn>
139139
</Flex>
140-
{!nextStepPath || isTheTourCompletedState ? (
140+
{!nextStepPath && isTheTourCompletedState ? (
141141
<CertificateButton />
142142
) : (
143143
<MyBtn

0 commit comments

Comments
 (0)