diff --git a/components/Settings/SettingsMenu.tsx b/components/Settings/SettingsMenu.tsx index 99afc8a98..b8fed02eb 100644 --- a/components/Settings/SettingsMenu.tsx +++ b/components/Settings/SettingsMenu.tsx @@ -42,9 +42,9 @@ function SettingsMenu(props: any) { match.value === config.settings.searchUrl)?.value || 'Google' + matches.find((match) => match.value === config.settings.searchUrl)?.value ?? 'Google' } onChange={ // Set config.settings.searchUrl to the value of the selected item