diff --git a/src/components/HomePostView.tsx b/src/components/HomePostView.tsx
index 5eca78a..bf5e459 100644
--- a/src/components/HomePostView.tsx
+++ b/src/components/HomePostView.tsx
@@ -161,7 +161,11 @@ const HomePostView: React.FC = () => {
/>
)}
- {v.data.postReference === undefined && }
+ {v.data.postReference === undefined && (
+
+ <>>
+
+ )}
>
);
})