Skip to content

Commit

Permalink
Lint for hopefully the last time this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal-9k1 committed Dec 5, 2024
1 parent d31e7a3 commit d790442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ export default function Editor({
name="Editor-toolbar-opmode"
>
{Object.entries(ACE_THEMES).map(([themeKey, themeName]) => (
<option key={themeKey} value={themeKey}>{themeName}</option>
<option key={themeKey} value={themeKey}>
{themeName}
</option>
))}
</select>
</div>
Expand Down

0 comments on commit d790442

Please sign in to comment.