summaryrefslogtreecommitdiffstats
path: root/web/react/components/search_channel_provider.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/search_channel_provider.jsx')
-rw-r--r--web/react/components/search_channel_provider.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/react/components/search_channel_provider.jsx b/web/react/components/search_channel_provider.jsx
index 5c7ffac2e..6b2fa2d62 100644
--- a/web/react/components/search_channel_provider.jsx
+++ b/web/react/components/search_channel_provider.jsx
@@ -31,7 +31,7 @@ SearchChannelSuggestion.propTypes = {
onClick: React.PropTypes.func
};
-class SearchChannelProvider {
+export default class SearchChannelProvider {
handlePretextChanged(suggestionId, pretext) {
const captured = (/\b(?:in|channel):\s*(\S*)$/i).exec(pretext);
if (captured) {
@@ -67,5 +67,3 @@ class SearchChannelProvider {
}
}
}
-
-export default new SearchChannelProvider(); \ No newline at end of file