chore: formatting

This commit is contained in:
2024-01-26 11:18:06 +00:00
parent 7a6637a86f
commit d3e6ddc64c
8 changed files with 80 additions and 75 deletions

View File

@ -56,7 +56,6 @@ const Timeline = (props: TimelineProps) => {
[props.postsOnly, props.ignoreModeration, props.followDistance],
);
const mainFeed = useMemo(() => {
return filterPosts(feed.main ?? []);
}, [feed.main, filterPosts]);