diff --git a/public/account.html b/public/account.html
index de609d9..4d6e83f 100644
--- a/public/account.html
+++ b/public/account.html
@@ -454,7 +454,7 @@
},
handleClick(tab, event) {
console.log(tab)
- if (tab === 'orders') {
+ if (tab.name === 'orders') {
this.searchList(1)
}
}