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

This commit is contained in:
Elias Nahum 2019-09-24 17:58:06 +03:00 committed by Harrison Healey
parent 7bd000d794
commit 9e3bd8555d

View file

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