Skip to content

Commit

Permalink
HOTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Mar 3, 2023
1 parent 4ffc85f commit d8179b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/masa-interface/masa-interface.tsx
Expand Up @@ -54,6 +54,7 @@ export const MasaInterface = ({
if (!isLoggedIn && provider) return 'authenticate';

if (
isLoggedIn &&
(!soulnames || (soulnames && soulnames.length === 0)) &&
scope?.includes('soulname')
)
Expand All @@ -64,6 +65,7 @@ export const MasaInterface = ({

if (identity && !creditScores?.length && scope?.includes('credit-score'))
return 'createCreditScore';

if (isConnected && isLoggedIn) return 'connectedState';

return 'connector';
Expand Down

0 comments on commit d8179b2

Please sign in to comment.