Skip to content

Commit

Permalink
Merge pull request #4 from DINHaus/feat/check-personal-tag
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
dekanbro authored Apr 10, 2024
2 parents d62d9c3 + 03f31de commit be7c9c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/UserDaos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ export const UserDaos = () => {
{...dao}
/>
))}
{daoData.length == 0 || !hasPersonalHub() && (<>
{(daoData.length == 0 || !hasPersonalHub()) && (<>
<h2>Create Personal Hub</h2>
<p>
The fun starts with your own personal hub.
</p>
<LinkButton to={`/summon/personal`} >
<Button variant="outline">Summon a Personal Hub</Button>
</LinkButton></>)}
<p>
The fun starts with your own personal hub.
</p>
<LinkButton to={`/summon/personal`} >
<Button variant="outline">Summon a Personal Hub</Button>
</LinkButton></>)}
</div>
)

Expand Down

0 comments on commit be7c9c9

Please sign in to comment.