diff --git a/lib/widgets/user_bottom_sheet.dart b/lib/widgets/user_bottom_sheet.dart index 86c7fb2..d83fbb1 100644 --- a/lib/widgets/user_bottom_sheet.dart +++ b/lib/widgets/user_bottom_sheet.dart @@ -131,9 +131,11 @@ class UserBottomSheet extends ConsumerWidget { ref .watch(ProfileController.provider(userId)) .betterWhen( - loading: SizedBox.shrink, + loading: () => Text(""), data: (profile) => Column( children: [ + if (profile.timezone == null && profile.pronouns.isEmpty) + Text(""), Wrap( crossAxisAlignment: .center, alignment: .center,