Skip to content

Commit f749cd5

Browse files
committed
Merge branch 'master' of https://github.com/popcodeorg/popcode into element-highlighter
2 parents 66eba11 + 7bc726c commit f749cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Instructions.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Instructions({instructions, isOpen}) {
1212
className="layout__instructions"
1313
>
1414
<div className="instructions">
15-
{instructions ? markdownToReact(instructions) : null}
15+
{markdownToReact(instructions)}
1616
</div>
1717
</div>
1818
);

0 commit comments

Comments
 (0)