antes de notificaciones
This commit is contained in:
@@ -78,7 +78,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
||||
style: const TextStyle(
|
||||
color: Colors.black, fontWeight: FontWeight.w600),
|
||||
),
|
||||
subtitle: Text('${user?.profession}'),
|
||||
subtitle: Text(user?.profession ?? ''),
|
||||
trailing: const Icon(Icons.keyboard_arrow_right),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user