MM-18758 Fix channel info row to be toggleable or with an chevron (#3303)
This commit is contained in:
parent
cf2262dbc1
commit
4dbdf42ebd
1 changed files with 1 additions and 3 deletions
|
|
@ -60,9 +60,7 @@ function channelInfoRow(props) {
|
|||
value={detail}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
if (rightArrow) {
|
||||
} else if (rightArrow) {
|
||||
actionElement = (
|
||||
<Icon
|
||||
name='angle-right'
|
||||
|
|
|
|||
Loading…
Reference in a new issue