- {client} is requesting access to make payments to an amount of{' '}
- {grant.access[0]?.limits?.debitAmount?.formattedAmount}.
+ {grant.client} is
+ requesting you to confirm ownership of the following wallet
+ address(es):
+ {grantWalletAddress.join(', ')}
- ) : (
+
+ ) : (
+
+ {grant.access.length === 1 ? (
+
+ {client} is requesting access to make payments to an amount of{' '}
+ {grant.access[0]?.limits?.debitAmount?.formattedAmount}.
+
+ ) : (
+
+ {client} is requesting access to make payments on the following
+ amounts:{' '}
+ {grant.access
+ .map(
+ (accessItem) =>
+ accessItem.limits?.debitAmount?.formattedAmount
+ )
+ .join(', ')}
+ .
+
+ )}
- {client} is requesting access to make payments on the following
- amounts:{' '}
- {grant.access
- .map(
- (accessItem) =>
- accessItem.limits?.debitAmount?.formattedAmount
- )
- .join(', ')}
- .
+ Wallet Address client:{' '}
+ {grant.client}