Reenable header call
This commit is contained in:
parent
365558eb6c
commit
bdab5661bf
|
@ -362,7 +362,7 @@ class RightButtonsContainer extends Component<IRightButtonsProps, IRigthButtonsS
|
|||
}
|
||||
return (
|
||||
<HeaderButton.Container>
|
||||
{/* {rid ? <HeaderCallButton rid={rid} /> : null} */}
|
||||
{rid ? <HeaderCallButton rid={rid} /> : null}
|
||||
{threadsEnabled ? (
|
||||
<HeaderButton.Item
|
||||
iconName='threads'
|
||||
|
|
Loading…
Reference in New Issue