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