kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Lint
rodzic
da98a1e137
commit
b9d05f546c
|
@ -9,10 +9,6 @@ import StatusContainer from 'soapbox/containers/status_container';
|
||||||
import FeedSuggestions from 'soapbox/features/feed-suggestions/feed-suggestions';
|
import FeedSuggestions from 'soapbox/features/feed-suggestions/feed-suggestions';
|
||||||
import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder_status';
|
import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder_status';
|
||||||
import PendingStatus from 'soapbox/features/ui/components/pending_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 { OrderedSet as ImmutableOrderedSet } from 'immutable';
|
||||||
import type { VirtuosoHandle } from 'react-virtuoso';
|
import type { VirtuosoHandle } from 'react-virtuoso';
|
||||||
|
|
|
@ -27,10 +27,6 @@ const FollowRecommendations: React.FC = () => {
|
||||||
return dispatch(fetchSuggestions({ limit: 20 }));
|
return dispatch(fetchSuggestions({ limit: 20 }));
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
||||||
const onDone = () => {
|
|
||||||
history.push('/');
|
|
||||||
};
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
dispatch(fetchSuggestions({ limit: 20 }));
|
dispatch(fetchSuggestions({ limit: 20 }));
|
||||||
}, []);
|
}, []);
|
||||||
|
|
Ładowanie…
Reference in New Issue