+
+ {
+ updateIndividualCheckedAccountIds(e, account.id);
+ }}
+ >
+ |
+
+ {account.firstName} {account.lastName}
+ |
+
+ {account.email}
+ |
+ {checkedAccountIds.length > 0 && | }
+ {accountStatus[account.id] === 'pending' ? (
+
+
+
+ |
+ ) : (
+
+
+
+ {accountStatus[account.id] === 'approved' || accountStatus[account.id] === 'waiting-approved' ?
+ Approved
+ :
+ Declined
+ }
+ {account.id in timeoutIds &&
+
+ }
+
+ |
+ )}
+
+ ))}
+