From 976d1c69011997dd97a5b590ddb4f2b58c86bb85 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Wed, 14 Feb 2024 14:53:10 +0100 Subject: [PATCH] fix: goal in editor didnt show --- client/src/components/infoview/info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/infoview/info.tsx b/client/src/components/infoview/info.tsx index 8a139c7..9a9f880 100644 --- a/client/src/components/infoview/info.tsx +++ b/client/src/components/infoview/info.tsx @@ -130,7 +130,7 @@ const InfoDisplayContent = React.memo((props: InfoDisplayContentProps) => {
{ goals && (goals.goals.length > 0 - ? + ? :
No Goals
)}