update payments attemps

This commit is contained in:
2026-01-26 16:23:27 -03:00
parent 8dfb54c64c
commit a571fb3ba9

View File

@@ -619,8 +619,7 @@ function PaymentAttemptsMenu({
<EllipsisIcon />
</Button>
</PopoverTrigger>
<PopoverContent align="end" className="w-82">
<div className="p-2 space-y-1.5">
<PopoverContent align="end" className="w-82 space-y-1.5">
{payment_attempts.map(({ sk, brand, last4, status }, index) => {
const [, , created_at] = sk.split('#')
@@ -653,7 +652,6 @@ function PaymentAttemptsMenu({
</ul>
)
})}
</div>
</PopoverContent>
</Popover>
)