- {payment_attempts.map(({ sk, brand, last4, status }, index) => {
- const [, , created_at] = sk.split('#')
+
+ {payment_attempts.map(({ sk, brand, last4, status }, index) => {
+ const [, , created_at] = sk.split('#')
- return (
-
- -
-
-
- {created_at}
-
-
-
- -
- {brand}
-
- - **** {last4}
- -
- {status === 'FAILED' ? (
-
- ) : (
-
- )}
-
-
- )
- })}
-
+ return (
+