Lint
This commit is contained in:
parent
da98a1e137
commit
b9d05f546c
2 changed files with 0 additions and 8 deletions
|
@ -9,10 +9,6 @@ import StatusContainer from 'soapbox/containers/status_container';
|
|||
import FeedSuggestions from 'soapbox/features/feed-suggestions/feed-suggestions';
|
||||
import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder_status';
|
||||
import PendingStatus from 'soapbox/features/ui/components/pending_status';
|
||||
import { useAppSelector } from 'soapbox/hooks';
|
||||
|
||||
import { Button, Card, CardBody, CardTitle, HStack, Stack, Text } from './ui';
|
||||
import VerificationBadge from './verification_badge';
|
||||
|
||||
import type { OrderedSet as ImmutableOrderedSet } from 'immutable';
|
||||
import type { VirtuosoHandle } from 'react-virtuoso';
|
||||
|
|
|
@ -27,10 +27,6 @@ const FollowRecommendations: React.FC = () => {
|
|||
return dispatch(fetchSuggestions({ limit: 20 }));
|
||||
}, 300);
|
||||
|
||||
const onDone = () => {
|
||||
history.push('/');
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
dispatch(fetchSuggestions({ limit: 20 }));
|
||||
}, []);
|
||||
|
|
Loading…
Reference in a new issue