KL13NT / loggy

Gain insights on the time you spend online!
GNU General Public License v3.0
9 stars 0 forks source link

Daily report filtering is messed up #8

Closed KL13NT closed 3 years ago

KL13NT commented 3 years ago

Describe the bug Instead of displaying the day's top 5 websites, it displays other websites. This is probably a problem with my Array.filter or reduce usage.

Check https://github.com/KL13NT/loggy/blob/master/src/browser-action/App.vue.

KL13NT commented 3 years ago

Fixed in f90042a