pull/924/head
lianahus 4 years ago committed by Liana Husikyan
parent 26a11f3ac0
commit df90f21875
  1. 1
      apps/remix-ide/src/app/tabs/settings-tab.js

@ -264,7 +264,6 @@ module.exports = class SettingsTab extends ViewPlugin {
this._view.useMatomoAnalytics.setAttribute('checked', '')
this._view.useMatomoAnalyticsLabel.classList.remove('text-secondary')
this._view.useMatomoAnalyticsLabel.classList.add('text-dark')
} else {
this._view.useMatomoAnalytics.removeAttribute('checked')
this._view.useMatomoAnalyticsLabel.classList.remove('text-dark')

Loading…
Cancel
Save