diff --git a/frontend/src/components/GdtTransactionList.vue b/frontend/src/components/GdtTransactionList.vue index 8944ea69b..d0d375ca9 100644 --- a/frontend/src/components/GdtTransactionList.vue +++ b/frontend/src/components/GdtTransactionList.vue @@ -81,9 +81,6 @@ export default { }) }, }, - mounted() { - this.updateGdt() - }, watch: { currentPage() { this.updateGdt()