This commit is contained in:
Craig 2020-04-05 03:17:06 +00:00
parent fa64f930a9
commit 9d484a49d0
12 changed files with 31 additions and 31 deletions

View file

@ -150,7 +150,7 @@
'cold',
'blush',
'sad',
].filter(v => !this.recent.includes(v))
].filter((v) => !this.recent.includes(v))
}
get muted() {