Skip to content

Commit

Permalink
Update PackageStats.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jan 11, 2022
1 parent b05b167 commit fb443d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PackageStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
return Promise.resolve([]);
}
window.umami.trackEvent(this.fullSelection.replace('ppa:', ''), 'stats');
window.umami && window.umami.trackEvent(this.fullSelection.replace('ppa:', ''), 'stats');
const allBinaries = (
await this.$http.get(
Expand Down

0 comments on commit fb443d2

Please sign in to comment.