diff options
| author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 21:00:39 -0500 |
|---|---|---|
| committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-08 21:00:39 -0500 |
| commit | c6c0370bf1ddf052fbb56d32b9e21097950b8b16 (patch) | |
| tree | 688f277f427592f905e018e78697dc56684b50b2 /src/components/search/SearchResults.tsx | |
| parent | 3017d9a5cbf5ed525fc84a5f8062962c6377f6fe (diff) | |
Fix styles messed up during merges
Diffstat (limited to 'src/components/search/SearchResults.tsx')
| -rw-r--r-- | src/components/search/SearchResults.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchResults.tsx b/src/components/search/SearchResults.tsx index 798d3251..f9de8927 100644 --- a/src/components/search/SearchResults.tsx +++ b/src/components/search/SearchResults.tsx @@ -10,6 +10,7 @@ import {StyleSheet, View} from 'react-native'; import SearchResultsCell from './SearchResultCell'; import {useSelector} from 'react-redux'; import {RootState} from 'src/store/rootReducer'; +import {SCREEN_WIDTH} from '../../utils'; interface SearchResultsProps { results: ProfilePreviewType[]; previewType: PreviewType; |
