From 410a947ce3d65f48d9e8253dd263dc4a1a8ef55d Mon Sep 17 00:00:00 2001 From: lemonshushu Date: Wed, 7 Apr 2021 08:04:08 +0900 Subject: [PATCH] erase 404 message --- src/features/posts/SinglePostPage.js | 1 - 1 file changed, 1 deletion(-) 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!

);