Skip to content

Commit

Permalink
erase 404 message
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonshushu committed Apr 6, 2021
1 parent 7d0c59b commit 410a947
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/posts/SinglePostPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const SinglePostPage = ({ match }) => {
if (!post) {
return (
<section>
<h2>Post not found!</h2>
</section>

);
Expand Down

0 comments on commit 410a947

Please sign in to comment.