diff --git a/lib/features/home/presentation/pages/home_page.dart b/lib/features/home/presentation/pages/home_page.dart index 632db89..f136a44 100644 --- a/lib/features/home/presentation/pages/home_page.dart +++ b/lib/features/home/presentation/pages/home_page.dart @@ -46,7 +46,7 @@ class HomePage extends StatelessWidget { radius: 50, backgroundColor: Theme.of(context).colorScheme.primary, child: Text( - currentUser?.email.isNotEmpty == true + (currentUser?.email.isNotEmpty ?? false) ? currentUser!.email[0].toUpperCase() : 'U', style: const TextStyle(