diff --git a/src/components/GoalPage/GoalPage.tsx b/src/components/GoalPage/GoalPage.tsx
index d2ef5b8f5..2de10bbb4 100644
--- a/src/components/GoalPage/GoalPage.tsx
+++ b/src/components/GoalPage/GoalPage.tsx
@@ -353,24 +353,6 @@ export const GoalPage = ({ user, ssrTime, params: { id } }: ExternalPageProps<{
feed={_activityFeed}
header={
<>
- {nullable(lastStateComment, (value) => (
-
- ))}
{nullable(goalAchiveCriteria.length || _isEditable, () => (
)),
)}
+
+ {nullable(lastStateComment, (value) => (
+
+ ))}
>
}
footer={
diff --git a/src/components/GoalPreview/GoalPreview.tsx b/src/components/GoalPreview/GoalPreview.tsx
index 3e876a3a1..4177f837c 100644
--- a/src/components/GoalPreview/GoalPreview.tsx
+++ b/src/components/GoalPreview/GoalPreview.tsx
@@ -315,24 +315,6 @@ export const GoalPreviewModal: React.FC = ({ shortId, goal, de
feed={_activityFeed}
header={
<>
- {nullable(lastStateComment, (value) => (
-
- ))}
{nullable(goalAchiveCriteria.length || _isEditable, () => (
= ({ shortId, goal, de
)),
)}
+
+ {nullable(lastStateComment, (value) => (
+
+ ))}
>
}
footer={