Skip to content

Commit

Permalink
Update src/stores/activity.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
BelKed and ellipsis-dev[bot] authored Feb 12, 2025
1 parent 3e332b1 commit 00d0bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ export const useActivityStore = defineStore('activity', {
this.browser.duration = 0;
this.browser.top_domains = null;
this.browser.top_urls = null;
this.browser.top_domains = null;
this.browser.top_titles = null;

this.editor.duration = 0;
this.editor.top_files = null;
Expand Down

0 comments on commit 00d0bc7

Please sign in to comment.