Skip to content

Commit

Permalink
refactor: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarques1196 committed Oct 24, 2024
1 parent 0816c04 commit 2ffd62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/playgroundEditor/LiveCodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function LiveCodes({
}, [playground, darkTheme]);

const baseConfig: Partial<Config> = {
autoupdate: true, // changed to true
autoupdate: true,
languages: [language === "jupyter" ? "python-wasm" : language],
script: {
language: language === "jupyter" ? "python-wasm" : language,
Expand Down

0 comments on commit 2ffd62c

Please sign in to comment.