diff --git a/apps/web/app/(dashboard)/conciliacion/page.tsx b/apps/web/app/(dashboard)/conciliacion/page.tsx index 2de7c05..ffe6907 100644 --- a/apps/web/app/(dashboard)/conciliacion/page.tsx +++ b/apps/web/app/(dashboard)/conciliacion/page.tsx @@ -297,18 +297,27 @@ export default function ConciliacionPage() { {!isVisor && selected.size > 0 && (
{selected.size} seleccionados - + {(() => { + const selectedBank = bancos?.find((x) => String(x.id) === bancoId); + return ( + + ); + })()}