update payments attemps
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user