fix: Fix double hiring banner logging (no-changelog) (#6829)

fix: fix double hiring banner logging (no-changelog)
This commit is contained in:
Alex Grozav
2023-08-02 14:37:49 +03:00
committed by GitHub
parent fb755db9bd
commit 50b00e2185

View File

@@ -269,7 +269,6 @@ export default defineComponent({
this.loading = false;
this.logHiringBanner();
this.trackPage();
void this.externalHooks.run('app.mount');