diff --git a/client/pages/Profile.tsx b/client/pages/Profile.tsx index 4218757..ee5663e 100644 --- a/client/pages/Profile.tsx +++ b/client/pages/Profile.tsx @@ -12,11 +12,8 @@ const SolutionList = ({ user }: { user: User }) => { return (
- {solutions.map(({ forProblem, content, status }) => ( - + {solutions.map(solution => ( + ))}
) @@ -38,10 +35,10 @@ export const ProfilePage = ({}) => { user && (
+
Profilo
+
Le tue soluzioni
-
Altro
-
) ) diff --git a/client/styles/main.scss b/client/styles/main.scss index f72b4df..4512c01 100644 --- a/client/styles/main.scss +++ b/client/styles/main.scss @@ -467,6 +467,8 @@ header { overflow-x: auto; border-radius: 0.25rem; + + white-space: break-spaces; } padding-right: 0.5rem;