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 919580b commit 4d33936
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ function App() {
<div className="components-container">
<div className="navigation">
<BackButton goBack={goBack} />
{/* {account && <SkipButton skip={skip} />} */}
<SkipButton skip={skip} />
{account && <SkipButton skip={skip} />}
</div>
<Avatar src={avatarPhone} height="60%" />
{signedMessage}
Expand Down

0 comments on commit 4d33936

Please sign in to comment.