if (event.target.value === 'off') {
            this.props.disableMap(this.props.match.params.id);
        }