Skip to content

Commit

Permalink
fix: eslint err introduced in #5681
Browse files Browse the repository at this point in the history
Signed-off-by: Tharun T <[email protected]>
  • Loading branch information
dottharun committed Jul 23, 2024
1 parent 56d44a0 commit c6f8e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const CodeBlock = ({ name, code }) => {
<label htmlFor={name} className="label">
Show Code
</label>
{showCode && (
{showCode && (
<Code codeString={code} language="javascript" />
)}
</div>
Expand Down

0 comments on commit c6f8e92

Please sign in to comment.