We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cff65 commit b94d265Copy full SHA for b94d265
packages/snaps-utils/src/ui.tsx
@@ -454,7 +454,8 @@ export function validateJsxElements(
454
break;
455
case 'AssetSelector':
456
validateAssetSelector(
457
- // We assume that the address part of the CAIP-10 account ID are the same.
+ // We assume that the address part of the CAIP-10 account ID are the same, as
458
+ // that is already validated in the struct.
459
childNode.props.addresses[0],
460
getAccountByAddress,
461
);
0 commit comments