diff --git a/web/app/assets/javascripts/react-components/ConfigureLiveTracksDialog.js.jsx.coffee b/web/app/assets/javascripts/react-components/ConfigureLiveTracksDialog.js.jsx.coffee index 555dfcc29..633d69030 100644 --- a/web/app/assets/javascripts/react-components/ConfigureLiveTracksDialog.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/ConfigureLiveTracksDialog.js.jsx.coffee @@ -329,9 +329,9 @@ ConfigureTracksStore = @ConfigureTracksStore $radio = $root.find('input[type="radio"]') if gon.midi_enabled - if $radio.iCheck('disable') + $radio.iCheck('disable') else - if $radio.iCheck('enable') + $radio.iCheck('enable') componentDidUpdate: () -> $root = $(@getDOMNode())