fix(toolbar): do not use toggle class for recording

This commit is contained in:
Leonard Kim 2018-03-30 10:14:40 -07:00 committed by Дамян Минков
parent 40154b1feb
commit 02a31746fb
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ class ToolboxV2 extends Component<Props, State> {
return (
<OverflowMenuItem
icon = { `fa fa-play-circle ${_isRecording ? 'toggled' : ''}` }
icon = 'fa fa-play-circle'
key = 'recording'
onClick = { this._onToolbarToggleRecording }
text = { t(translationKey) } />