fix: type error

This commit is contained in:
Adam
2026-01-20 15:08:03 -06:00
parent 2fcbf4bb9d
commit c8c7294ae8
@@ -113,6 +113,7 @@ export const SettingsGeneral: Component = () => {
size="small"
triggerStyle={{ "font-family": monoFontFamily(settings.appearance.font()), "min-width": "180px" }}
>
{/* @ts-expect-error */}
{(option) => <span style={{ "font-family": monoFontFamily(option?.value) }}>{option?.label}</span>}
</Select>
</SettingsRow>