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 935da51f9..565aabdf6 100644 --- a/web/app/assets/javascripts/react-components/SessionRecordBtn.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/SessionRecordBtn.js.jsx.coffee @@ -23,7 +23,7 @@ RecordingActions = @RecordingActions canRecord = window.SessionStore.canRecord() if canRecord - openRecordingControls() + RecordingActions.openRecordingControls() else buttons = [] buttons.push({name: 'CLOSE', buttonStyle: 'button-grey'})