Skip to content

Commit

Permalink
Fix SkipButton rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 26, 2024
1 parent 7eee667 commit 750d045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ function App() {
<div className="components-container">
<div className="navigation">
<BackButton goBack={goBack} />
{/* {account && <SkipButton skip={skip} />} */}
<SkipButton skip={skip} />
{account && <SkipButton skip={skip} />}
{/* <SkipButton skip={skip} /> */}
</div>
<Avatar src={avatarPhone} height="60%" />
{signedMessage}
Expand Down

0 comments on commit 750d045

Please sign in to comment.