Reenable header call

This commit is contained in:
Diego Mello 2023-04-12 15:24:13 -03:00
parent 365558eb6c
commit bdab5661bf
1 changed files with 1 additions and 1 deletions

View File

@ -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'