diff --git a/web/app/assets/javascripts/react-components/SessionRecordBtn.js.jsx.coffee b/web/app/assets/javascripts/react-components/SessionRecordBtn.js.jsx.coffee index b5622ac2b..565aabdf6 100644 --- a/web/app/assets/javascripts/react-components/SessionRecordBtn.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/SessionRecordBtn.js.jsx.coffee @@ -22,7 +22,7 @@ RecordingActions = @RecordingActions openRecording: () -> canRecord = window.SessionStore.canRecord() - if true || canRecord + if canRecord RecordingActions.openRecordingControls() else buttons = []