diff options
Diffstat (limited to 'src/view/com/search/Suggestions.tsx')
-rw-r--r-- | src/view/com/search/Suggestions.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/view/com/search/Suggestions.tsx b/src/view/com/search/Suggestions.tsx index 6f9fff52f..02a38a0eb 100644 --- a/src/view/com/search/Suggestions.tsx +++ b/src/view/com/search/Suggestions.tsx @@ -38,6 +38,9 @@ interface ProfileView { } type Item = Heading | RefWrapper | SuggestWrapper | ProfileView +// FIXME(dan): Figure out why the false positives +/* eslint-disable react/prop-types */ + export const Suggestions = observer( forwardRef(function SuggestionsImpl( { |