Skip to content

Commit

Permalink
hotfix: add correct soulname check for cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
simodrws committed Jun 2, 2023
1 parent 932c662 commit 4ffdbd5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ export const InterfaceSuccessCreateIdentity = (): JSX.Element => {
case 'Masa':
return 'https://app.masa.finance';
case 'Celo':
return soulnames
return soulnames && soulnames.length > 0
? `https://raregems.io/celo/celo-domain-names/${soulnames[
soulnames.length - 1
].tokenDetails.tokenId.toString()}`
Expand Down

0 comments on commit 4ffdbd5

Please sign in to comment.