mobile spotlight

This commit is contained in:
Peter Papp
2021-08-10 10:19:10 +02:00
parent 79295e77b6
commit 1175724e43
17 changed files with 241 additions and 824 deletions

View File

@@ -54,7 +54,7 @@
'entries',
]),
isEmpty() {
return this.entries && this.entries.length == 0
return this.entries && this.entries.length === 0
}
}
}