Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Jul 24, 2023
1 parent ba6c08e commit 09afc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/masa-interface/masa-interface.tsx
Expand Up @@ -225,7 +225,7 @@ export const MasaInterface = ({

// Removed this because it was causing a bug where the modal was openning at the beginning of the flow
// openConnectModal?.();

setRainbowkKitModalCallback?.(() => () => {
// setForcedPage?.('authenticate');
setModalOpen?.(true);
Expand Down
Expand Up @@ -82,10 +82,7 @@ export const InterfaceAuthenticate = (): JSX.Element => {

<p className="connected-wallet with-wallet">
You are connected with the following wallet
<span
onClick={handleClipboard}
role="presentation"
>
<span onClick={handleClipboard} role="presentation">
{copied ? 'Copied!' : shortAddress}
</span>
</p>
Expand Down

0 comments on commit 09afc09

Please sign in to comment.