summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results_header.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/search_results_header.jsx')
-rw-r--r--webapp/components/search_results_header.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/components/search_results_header.jsx b/webapp/components/search_results_header.jsx
index 467b77e27..b3f77c413 100644
--- a/webapp/components/search_results_header.jsx
+++ b/webapp/components/search_results_header.jsx
@@ -148,5 +148,6 @@ SearchResultsHeader.propTypes = {
shrink: PropTypes.func,
isFlaggedPosts: PropTypes.bool,
isPinnedPosts: PropTypes.bool,
- channelDisplayName: PropTypes.string.isRequired
+ channelDisplayName: PropTypes.string.isRequired,
+ isLoading: PropTypes.bool.isRequired
};