From cd13399da5bde8e3786a43f3bb7acde95552cca5 Mon Sep 17 00:00:00 2001 From: Maurice Date: Tue, 31 Mar 2026 22:18:42 +0200 Subject: [PATCH] fix: show selected map template in settings dropdown --- client/src/pages/SettingsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/SettingsPage.tsx b/client/src/pages/SettingsPage.tsx index f5f0171..36d29a1 100644 --- a/client/src/pages/SettingsPage.tsx +++ b/client/src/pages/SettingsPage.tsx @@ -425,7 +425,7 @@ export default function SettingsPage(): React.ReactElement {
{ if (value) setMapTileUrl(value) }} placeholder={t('settings.mapTemplatePlaceholder.select')} options={MAP_PRESETS.map(p => ({