Skip to content

Commit b13e8c8

Browse files
authored
fixed linting error
1 parent bf4e879 commit b13e8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Console.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const Console = () => {
267267
style={{ fontSize }}
268268
>
269269
<ConsoleFeed
270-
variant={theme === "light" ? "light" : "dark"}
270+
variant={theme === 'light' ? 'light' : 'dark'}
271271
styles={getConsoleFeedStyle(theme, fontSize)}
272272
logs={consoleEvents}
273273
key={`${theme}-${fontSize}`}

0 commit comments

Comments
 (0)