diff --git a/client/src/components/infoview/info.tsx b/client/src/components/infoview/info.tsx index f157b60..68fa254 100644 --- a/client/src/components/infoview/info.tsx +++ b/client/src/components/infoview/info.tsx @@ -155,14 +155,14 @@ const InfoDisplayContent = React.memo((props: InfoDisplayContentProps) => { : <>
Loading goal...
)} - + {/* {goals && goals.goals.length > 1 &&
Weitere Goals
{goals.goals.slice(1).map((goal, i) =>
)}
} -
+
*/} })