diff --git a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx
index f2e8a15..0848d84 100644
--- a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx
+++ b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx
@@ -140,7 +140,9 @@ const PostListRow = (props) => {
: }
- {postContent}
+ {postContent !== null
+ ? postContent
+ : }