fix: modal for android + dropdown for ios

This commit is contained in:
Fredrik Burmester
2025-09-30 15:23:15 +02:00
parent 8407124464
commit ab472bab6e
10 changed files with 129 additions and 119 deletions

View File

@@ -35,7 +35,6 @@ export const AppLanguageSelector: React.FC<Props> = () => {
return [
{
title: t("home.settings.languages.title"),
options,
},
];