From d7dd636ae79ac80a2857a525a50eda2cc6b8fab7 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:30:03 -0500 Subject: [PATCH] chore: remove todos --- src/components/Post.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/Post.tsx b/src/components/Post.tsx index b81a032..20723ca 100644 --- a/src/components/Post.tsx +++ b/src/components/Post.tsx @@ -23,13 +23,6 @@ export default function Post({ post }: { post: PostWithUserDto }) { }); const dayOfMonth = createdPostDate.getDate(); - // TODO: Posts content should only be allowed to grow to a set height - // after which the post's content should be truncated - // and we should display a 'more' link to load the post - // in an individual page - - // TODO: Add menu button - // TODO: Add reply and like buttons useEffect(() => {