diff --git a/src/components/UserDaos.tsx b/src/components/UserDaos.tsx index 049a3cd..13b4ae9 100644 --- a/src/components/UserDaos.tsx +++ b/src/components/UserDaos.tsx @@ -69,14 +69,14 @@ export const UserDaos = () => { {...dao} /> ))} - {daoData.length == 0 || !hasPersonalHub() && (<> + {(daoData.length == 0 || !hasPersonalHub()) && (<>

Create Personal Hub

-

- The fun starts with your own personal hub. -

- - - )} +

+ The fun starts with your own personal hub. +

+ + + )} )