diff --git a/apps/client/src/widgets/type_widgets/options/text_notes/code_block.ts b/apps/client/src/widgets/type_widgets/options/text_notes/code_block.ts index d72385ecf..0a97d37d3 100644 --- a/apps/client/src/widgets/type_widgets/options/text_notes/code_block.ts +++ b/apps/client/src/widgets/type_widgets/options/text_notes/code_block.ts @@ -74,10 +74,10 @@ export default class CodeBlockOptions extends OptionsWidget { for (const [key, themes] of Object.entries(themeGroups)) { const $group = key ? $("").attr("label", key) : null; - for (const [id, theme] of Object.entries(themes)) { + for (const theme of themes) { const option = $("