Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Cantidad mostrada de puntos obtenidos en agendar.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisG012 committed Jun 4, 2024
1 parent d735dc8 commit c01e41a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/ui/Agenda.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ function Agenda({ restart, next }) {
${totalIva}
</span>
</div>
<div className='flex justify-between p-6 px-10 mb-4 border-2 shadow-md rounded-xl border-gray'>
<h4 className='text-xl font-bold'>Puntos obtenidos:</h4>
<span className='font-bold text-[rgb(3,109,99)] text-xl'>{parseInt(puntos)}</span>
</div>
</div>
<div className="flex justify-around mb-6">
<button
Expand Down

0 comments on commit c01e41a

Please sign in to comment.