diff --git a/web/src/components/BlogPostCell/BlogPostCell.js b/web/src/components/BlogPostCell/BlogPostCell.js index 6b6479b..fd7987f 100644 --- a/web/src/components/BlogPostCell/BlogPostCell.js +++ b/web/src/components/BlogPostCell/BlogPostCell.js @@ -18,9 +18,5 @@ export const Empty = () =>
Empty
export const Failure = ({ error }) =>
Error: {error.message}
export const Success = ({ post }) => { - return ( -
- -
- ) + return }