From 88ef198464462e456a380d2e078daa240ce5d5cd Mon Sep 17 00:00:00 2001 From: "Ng Wing Tat, David" Date: Thu, 17 Nov 2022 21:06:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[Portfolio]=20Fix=20tab=20not=20?= =?UTF-8?q?sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/_id/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/_id/index.vue b/src/pages/_id/index.vue index e6b729623..bbd6260d9 100644 --- a/src/pages/_id/index.vue +++ b/src/pages/_id/index.vue @@ -326,6 +326,7 @@ export default { error({ statusCode: 404, message: 'LIKER_NOT_FOUND' }); }, mounted() { + this.syncRouteForTab(); this.loadNFTListByAddress(this.wallet); if (!this.isLoading) { this.setupNFTGrid();