Closed KL13NT closed 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.
Array.filter
reduce
Check https://github.com/KL13NT/loggy/blob/master/src/browser-action/App.vue.
Fixed in f90042a
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
orreduce
usage.Check https://github.com/KL13NT/loggy/blob/master/src/browser-action/App.vue.