MM-18758 Fix channel info row to be toggleable or with an chevron (#3303)

This commit is contained in:
Mattermost Build 2019-09-24 18:40:25 +02:00 committed by Elias Nahum
parent cf2262dbc1
commit 4dbdf42ebd

View file

@ -60,9 +60,7 @@ function channelInfoRow(props) {
value={detail}
/>
);
}
if (rightArrow) {
} else if (rightArrow) {
actionElement = (
<Icon
name='angle-right'