Skip to content

Commit c6f8e92

Browse files
committed
fix: eslint err introduced in #5681
Signed-off-by: Tharun T <[email protected]>
1 parent 56d44a0 commit c6f8e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/Projects/Sistent/components/button/code-block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const CodeBlock = ({ name, code }) => {
1111
<label htmlFor={name} className="label">
1212
Show Code
1313
</label>
14-
{showCode && (
14+
{showCode && (
1515
<Code codeString={code} language="javascript" />
1616
)}
1717
</div>

0 commit comments

Comments
 (0)