chore: Prettified Code

[ci skip]
This commit is contained in:
coredev-uk 2022-09-11 02:14:26 +00:00 committed by cider-chore[bot]
parent 48f9c2e2d8
commit 7672171cc0

View file

@ -1905,8 +1905,8 @@ const app = new Vue({
async getSearchHints() { async getSearchHints() {
if (this.search.term == "") { if (this.search.term == "") {
this.search.hints = []; this.search.hints = [];
this.search.showHints = true this.search.showHints = true;
this.search.showSearchView = false this.search.showSearchView = false;
return; return;
} }
let hints = await ( let hints = await (