diff --git a/web/components/profile-grid.tsx b/web/components/profile-grid.tsx index bb4177e7..a55511d9 100644 --- a/web/components/profile-grid.tsx +++ b/web/components/profile-grid.tsx @@ -29,7 +29,6 @@ import {getSeekingText} from 'web/components/profile-about' import {CompatibleBadge} from 'web/components/widgets/compatible-badge' import {Content} from 'web/components/widgets/editor' import HideProfileButton from 'web/components/widgets/hide-profile-button' -import {CompassLoadingIndicator} from 'web/components/widgets/loading-indicator' import {StarButton} from 'web/components/widgets/star-button' import {LoadMoreUntilNotVisible} from 'web/components/widgets/visibility-observer' import {useChoicesContext} from 'web/hooks/use-choices' @@ -146,11 +145,7 @@ export const ProfileGrid = (props: { - {isLoadingMore && ( -
- -
- )} + {isLoadingMore && } {user?.isBannedFromPosting ? (