diff --git a/src/pages/feed/FeedTabPosts.tsx b/src/pages/feed/FeedTabPosts.tsx index 19ef011..db83cdf 100644 --- a/src/pages/feed/FeedTabPosts.tsx +++ b/src/pages/feed/FeedTabPosts.tsx @@ -14,7 +14,6 @@ import { NoteSubmit } from 'components/Notes/NoteSubmit' import { Note } from 'components/Notes/Note' import { FeedPostsFilter, RepostFilter } from 'types' import { DEFAULT_FILTER_OPTIONS } from 'utils' -import { Dots } from 'components/Spinner' export const FeedTabPosts = () => { const SHOWING_STEP = 20 @@ -190,27 +189,20 @@ export const FeedTabPosts = () => { return ( <> -
- -
+ + + + ) : null} {isFetching && } {filteredNotes.length === 0 && !isFetching && (