From e29342d4267c81a709cdc19fe992762ae468e0d9 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 5 Nov 2015 13:32:06 -0500 Subject: Moved public and private channels into separate sections in the search autocomplete --- web/react/utils/utils.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/react/utils/utils.jsx') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index 575b6d011..22826b150 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -1125,3 +1125,12 @@ export function sortByDisplayName(a, b) { } return 0; } + +export function getChannelTerm(channelType) { + let channelTerm = 'Channel'; + if (channelType === Constants.PRIVATE_CHANNEL) { + channelTerm = 'Group'; + } + + return channelTerm; +} -- cgit v1.2.3-1-g7c22