File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ import { useNavigate } from 'react-router';
55import { Chip , Input } from '@bds/ui' ;
66import { Icon } from '@bds/ui/icons' ;
77
8- import { EMPTY_POST } from '@widgets/community/constant/empty-content' ;
98import { LocalStorage } from '@widgets/community/utils/local-storage' ;
109
1110import { COMMUNITY_QUERY_OPTIONS } from '@shared/api/domain/community/queries' ;
1211import { useIntersectionObserver } from '@shared/hooks/use-intersection-observer' ;
1312import { routePath } from '@shared/router/path' ;
1413
15- import EmptyPlaceholder from '../empty-placeholder/empty-placeholder' ;
1614import FeedListItem from '../feed-list-item/feed-list-item' ;
1715
1816import * as styles from './search.css' ;
@@ -126,11 +124,7 @@ const Search = () => {
126124 />
127125 ) )
128126 ) : (
129- < div className = { styles . placeholder } >
130- < div className = { styles . emptyPlaceholder } >
131- < EmptyPlaceholder content = { EMPTY_POST } />
132- </ div >
133- </ div >
127+ < > </ >
134128 ) }
135129 < div ref = { feedObserverRef } className = { styles . virtualRef } />
136130 </ section >
You can’t perform that action at this time.
0 commit comments