diff --git a/src/features/posts/SinglePostPage.js b/src/features/posts/SinglePostPage.js index a59aa98..c25a133 100644 --- a/src/features/posts/SinglePostPage.js +++ b/src/features/posts/SinglePostPage.js @@ -22,7 +22,6 @@ export const SinglePostPage = ({ match }) => { if (!post) { return (
-

Post not found!

);