diff --git a/src/frontend/src/components/OfflineReadyPrompt.tsx b/src/frontend/src/components/OfflineReadyPrompt.tsx
index 3d3ee963f6..5e12411f90 100644
--- a/src/frontend/src/components/OfflineReadyPrompt.tsx
+++ b/src/frontend/src/components/OfflineReadyPrompt.tsx
@@ -31,19 +31,21 @@ function OfflineReadyPrompt() {
}, [offlineReady]);
return (
-
+ <>
{offlineReady && (
-
-
-
App ready to work offline
+
+
+
+ App ready to work offline
+
+
-
+
{buildDate}
)}
-
{buildDate}
-
+ >
);
}
diff --git a/src/frontend/src/components/ProjectDetailsV2/TaskSelectionPopup.tsx b/src/frontend/src/components/ProjectDetailsV2/TaskSelectionPopup.tsx
index df7e13b5e9..c941ce10fb 100644
--- a/src/frontend/src/components/ProjectDetailsV2/TaskSelectionPopup.tsx
+++ b/src/frontend/src/components/ProjectDetailsV2/TaskSelectionPopup.tsx
@@ -56,7 +56,7 @@ const TaskSelectionPopup = ({ taskId, body, feature }: TaskSelectionPopupPropTyp