diff --git a/assets/javascripts/discourse/components/delegate-actions.js b/assets/javascripts/discourse/components/delegate-actions.js index e7b94d8..0832dde 100644 --- a/assets/javascripts/discourse/components/delegate-actions.js +++ b/assets/javascripts/discourse/components/delegate-actions.js @@ -33,7 +33,6 @@ export default Component.extend({ async init() { this._super(...arguments); this.fetchProfile(); - this._super(...arguments); this.daoName = window.selectedDao; const cli = new KarmaApiClient(this.daoName, "");