Skip to content

Commit

Permalink
rollback of rollback of optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Feb 13, 2023
1 parent da5187f commit 7d9d601
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/components/masa-interface/masa-interface.tsx
Expand Up @@ -30,7 +30,6 @@ export const MasaInterface = ({
isModalOpen,
setModalOpen,
isConnected,
loading,
identity,
loggedIn,
closeModal,
Expand All @@ -52,16 +51,7 @@ export const MasaInterface = ({
if (isConnected && loggedIn) return 'connectedState';

return 'connector';
}, [
loading,
isConnected,
identity,
loggedIn,
scope,
creditScores,
network,
chain,
]);
}, [isConnected, identity, loggedIn, scope, creditScores, network, chain]);

return (
<>
Expand Down

0 comments on commit 7d9d601

Please sign in to comment.