Skip to content

Commit 2ffd62c

Browse files
committed
refactor: remove comment
1 parent 0816c04 commit 2ffd62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/playgroundEditor/LiveCodes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function LiveCodes({
3131
}, [playground, darkTheme]);
3232

3333
const baseConfig: Partial<Config> = {
34-
autoupdate: true, // changed to true
34+
autoupdate: true,
3535
languages: [language === "jupyter" ? "python-wasm" : language],
3636
script: {
3737
language: language === "jupyter" ? "python-wasm" : language,

0 commit comments

Comments
 (0)