From 4dbdf42ebd983fce038a357ce781e112daa32fc3 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 24 Sep 2019 18:40:25 +0200 Subject: [PATCH] MM-18758 Fix channel info row to be toggleable or with an chevron (#3303) --- app/screens/channel_info/channel_info_row.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/screens/channel_info/channel_info_row.js b/app/screens/channel_info/channel_info_row.js index 43e0e4f33..d77a1ade8 100644 --- a/app/screens/channel_info/channel_info_row.js +++ b/app/screens/channel_info/channel_info_row.js @@ -60,9 +60,7 @@ function channelInfoRow(props) { value={detail} /> ); - } - - if (rightArrow) { + } else if (rightArrow) { actionElement = (