add default org
This commit is contained in:
@@ -548,7 +548,7 @@ function PaymentAttemptsMenu({
|
||||
<EllipsisIcon />
|
||||
</Button>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent align="end" className="w-76">
|
||||
<PopoverContent align="end" className="w-82">
|
||||
<div className="p-2 space-y-1.5">
|
||||
{payment_attempts.map(({ sk, brand, last4, status }, index) => {
|
||||
const [, , created_at] = sk.split('#')
|
||||
|
||||
Reference in New Issue
Block a user