+
)
-export default MaterialBasePage
\ No newline at end of file
+export default MaterialBasePage
diff --git a/frontend/src/pages/posts/PostDetailPage.tsx b/frontend/src/pages/posts/PostDetailPage.tsx
index e5e823d..015c16c 100644
--- a/frontend/src/pages/posts/PostDetailPage.tsx
+++ b/frontend/src/pages/posts/PostDetailPage.tsx
@@ -92,16 +92,16 @@ const PostDetailPage: FC
= ({ user }) => {
: 'bg-gray-500 hover:bg-gray-600')
return (
-
+
{(post?.thumbnail || post?.thumbnailBase) && (
)}
{post && {`${ post.title || post.url } | ${ SITE_TITLE }`}}
-
- {post && }
-
+ {post &&
}
{post
@@ -179,9 +179,7 @@ const PostDetailPage: FC = ({ user }) => {
: 'Loading...'}
-
- {post && }
-
+ {post &&
}
)
}
diff --git a/frontend/src/pages/posts/PostListPage.tsx b/frontend/src/pages/posts/PostListPage.tsx
index 9fe7d25..6b116c8 100644
--- a/frontend/src/pages/posts/PostListPage.tsx
+++ b/frontend/src/pages/posts/PostListPage.tsx
@@ -70,6 +70,7 @@ const PostListPage: FC = () => {
return (