chore: remove todos

This commit is contained in:
Stevan Freeborn
2023-09-11 21:30:03 -05:00
parent 3c71d1f69b
commit d7dd636ae7
-7
View File
@@ -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(() => {