From c01e41af0f564878c33944962bac80d066072f95 Mon Sep 17 00:00:00 2001 From: KrisG012 Date: Tue, 4 Jun 2024 02:22:06 -0700 Subject: [PATCH] Cantidad mostrada de puntos obtenidos en agendar. --- client/src/components/ui/Agenda.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/components/ui/Agenda.jsx b/client/src/components/ui/Agenda.jsx index 74805bad..7fa3586f 100644 --- a/client/src/components/ui/Agenda.jsx +++ b/client/src/components/ui/Agenda.jsx @@ -263,6 +263,10 @@ function Agenda({ restart, next }) { ${totalIva} +
+

Puntos obtenidos:

+ {parseInt(puntos)} +