From 46c65b919f4b40e121bcc1964fce07551093eaa5 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Thu, 11 Mar 2021 00:27:32 +0800 Subject: [PATCH] :bug: fix bot display bug --- docs/.vuepress/components/Bot.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vuepress/components/Bot.vue b/docs/.vuepress/components/Bot.vue index f2fad299..954a3ebd 100644 --- a/docs/.vuepress/components/Bot.vue +++ b/docs/.vuepress/components/Bot.vue @@ -141,7 +141,6 @@ export default { filteredBots() { return this.bots.filter(bot => { return ( - bot.id.indexOf(this.filterText || "") != -1 || bot.name.indexOf(this.filterText || "") != -1 || bot.desc.indexOf(this.filterText || "") != -1 || bot.author.indexOf(this.filterText || "") != -1