New: Clear all history from History page

This commit is contained in:
Qstick
2021-04-22 23:43:58 -04:00
parent aa6bda7226
commit eb328d7c22
10 changed files with 98 additions and 17 deletions

View File

@@ -108,7 +108,6 @@ export const defaultState = {
sortPredicates: {
age: function(item) {
console.log(item);
return item.ageMinutes;
},