🐛 fix bot display bug

This commit is contained in:
yanyongyu 2021-03-11 00:27:32 +08:00
parent 5ee6beb4b8
commit 46c65b919f

View File

@ -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