ismobile fix (#163)

This commit is contained in:
Graham Steffaniak 2024-08-03 15:43:08 -05:00 committed by GitHub
parent c616b1473a
commit 865fb4e243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -328,9 +328,6 @@ export default {
? this.$t("search.typeToSearch")
: this.$t("search.pressToSearch");
},
isMobile() {
return getters.isMobile();
},
isRunning() {
return this.ongoing;
},