Skip to content

Commit 92a6865

Browse files
author
lucifer
committed
fix: typo
1 parent 2f7c28b commit 92a6865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataStructureVis/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export default function DataStrutureVis() {
270270

271271
return (
272272
<div>
273-
{isInExtension() ? (
273+
{!isInExtension() ? (
274274
<>
275275
<div style={fullScreenMode ? { display: "none" } : {}}>
276276
<div>

0 commit comments

Comments
 (0)