diff --git a/native/search/message-search.react.js b/native/search/message-search.react.js
--- a/native/search/message-search.react.js
+++ b/native/search/message-search.react.js
@@ -1,4 +1,3 @@
-/* eslint-disable no-unused-vars */
// @flow
import invariant from 'invariant';
@@ -7,6 +6,7 @@
import type { ThreadInfo } from 'lib/types/thread-types.js';
+import MessageSearchContent from './search-content.react.js';
import { MessageSearchContext } from './search-provider.react.js';
import Statement from './statement.react.js';
import type { ChatNavigationProp } from '../chat/chat.react.js';
@@ -63,7 +63,19 @@
);
}
- return ;
+ return (
+
+
+
+ );
}
const unboundStyles = {