From fe8a3fa834f751b6ee52ccae0524b4717f435f7a Mon Sep 17 00:00:00 2001 From: Juan Felipe Duarte <70235683+DuarteJFelipe@users.noreply.github.com> Date: Fri, 5 May 2023 08:09:40 -0500 Subject: [PATCH] fix citas --- lib/src/screens/cita.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/screens/cita.dart b/lib/src/screens/cita.dart index b931c12..234ea87 100644 --- a/lib/src/screens/cita.dart +++ b/lib/src/screens/cita.dart @@ -347,7 +347,7 @@ class _CitaScreenState extends State { ], ), ), - widget.evento.status == 'pendiendo' + widget.evento.status == 'pendiente' ? Padding( padding: const EdgeInsets.only(bottom: 30), child: Column(