diff --git a/client/pages/ProfilePage.tsx b/client/pages/ProfilePage.tsx index 351ee63..7acbcc5 100644 --- a/client/pages/ProfilePage.tsx +++ b/client/pages/ProfilePage.tsx @@ -31,17 +31,21 @@ export const ProfilePage = ({}) => { <>
-
Le tue soluzioni
-
- {sortedSolutions.map(solution => ( - - ))} -
Profilo
- Vai alla tua pagina utente + Vai alla tua pagina pubblica + {sortedSolutions.length > 0 && ( + <> +
Le tue soluzioni
+
+ {sortedSolutions.map(solution => ( + + ))} +
+ + )}
)