We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UncategorizedNotification
1 parent d3a22c2 commit 1b1209dCopy full SHA for 1b1209d
src/components/UncategorizedNotification.vue
@@ -30,7 +30,7 @@ export default {
30
isVisible() {
31
// TODO: make configurable?
32
// if total duration is less than 1 hour, don't show it
33
- const overTotal = this.total > 60 * 60 * 1000;
+ const overTotal = this.total > 60 * 60;
34
// if ratio is > 0.3, show it
35
const overRatio = this.ratio > 0.3;
36
// if there's a category filter (url has category query param), don't show it
0 commit comments