Skip to content

Commit

Permalink
Fix bug with browser activity not showing "Loading..." when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed May 6, 2020
1 parent 1a969b3 commit 9247aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/modules/activity.ts
Expand Up @@ -481,8 +481,8 @@ const mutations = {
state.window.top_titles = null;

state.browser.duration = 0;
state.top_domains = null;
state.top_urls = null;
state.browser.top_domains = null;
state.browser.top_urls = null;

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

0 comments on commit 9247aed

Please sign in to comment.