Skip to content

Commit

Permalink
chore: reinstall button
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoosocool committed Nov 19, 2023
1 parent d141a91 commit ff39f4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/site/src/components/Buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export const HeaderButtons = ({
return <ConnectButton onClick={onConnectClick} />;
}

if (shouldDisplayReconnectButton(state.installedSnap)) {
return <ReconnectButton onClick={onConnectClick} />;
}
// if (shouldDisplayReconnectButton(state.installedSnap)) {
return <ReconnectButton onClick={onConnectClick} />;
// }

return <div>Connected</div>;
// return <div>Connected</div>;
};

0 comments on commit ff39f4c

Please sign in to comment.