diff --git a/frontend/src/components/PostList.tsx b/frontend/src/components/PostList.tsx index 31cce00..67a3a28 100644 --- a/frontend/src/components/PostList.tsx +++ b/frontend/src/components/PostList.tsx @@ -12,15 +12,14 @@ export default (({ posts, onClick }: Props) => (
{posts.map ((post, i) => ( {post.title + className="object-cover w-full h-full"/> ))}
)) satisfies FC