From 4c92a1c1e35402730f74cf24a0c71729f4d0a676 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 22 Feb 2016 08:31:10 -0500 Subject: Updating some client deps + eslint --- web/react/utils/channel_intro_messages.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/react/utils/channel_intro_messages.jsx') diff --git a/web/react/utils/channel_intro_messages.jsx b/web/react/utils/channel_intro_messages.jsx index 1aca0467e..79e58147f 100644 --- a/web/react/utils/channel_intro_messages.jsx +++ b/web/react/utils/channel_intro_messages.jsx @@ -23,6 +23,7 @@ export function createChannelIntroMessage(channel) { } else if (channel.type === 'O' || channel.type === 'P') { return createStandardIntroMessage(channel); } + return null; } export function createDMIntroMessage(channel) { @@ -46,7 +47,7 @@ export function createDMIntroMessage(channel) {
- +

-- cgit v1.2.3-1-g7c22