diff --git a/web/src/pages/Settings.tsx b/web/src/pages/Settings.tsx index b230a9c3b..19fd63f5c 100644 --- a/web/src/pages/Settings.tsx +++ b/web/src/pages/Settings.tsx @@ -157,9 +157,11 @@ function MobileMenuItem({ const { t } = useTranslation(["views/settings"]); return ( - + ); }