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.
2 parents a98a444 + f28e3de commit 7bc726cCopy full SHA for 7bc726c
src/components/Instructions.jsx
@@ -12,7 +12,7 @@ export default function Instructions({instructions, isOpen}) {
12
className="layout__instructions"
13
>
14
<div className="instructions">
15
- {instructions ? markdownToReact(instructions) : null}
+ {markdownToReact(instructions)}
16
</div>
17
18
);
0 commit comments