diff --git a/lib/widgets/user_bottom_sheet.dart b/lib/widgets/user_bottom_sheet.dart index 4a7f56b..86c7fb2 100644 --- a/lib/widgets/user_bottom_sheet.dart +++ b/lib/widgets/user_bottom_sheet.dart @@ -141,7 +141,10 @@ class UserBottomSheet extends ConsumerWidget { runSpacing: 4, children: [ ...profile.pronouns - .where((pronoun) => pronoun.language == "en") + .where( + // TODO: Check system language (l10n) + (pronoun) => pronoun.language == "en", + ) .mapIndexed( (index, pronoun) => [ if (index != 0)