Skip to content

Commit

Permalink
fix(AddressOverview): reset page on nav
Browse files Browse the repository at this point in the history
  • Loading branch information
xdeq committed Jan 15, 2024
1 parent 36a1b4f commit 084a860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/modules/address/AddressOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ await getTransactions()
watch(
() => activeTab.value,
() => {
page.value = 1
switch (activeTab.value) {
case "transactions":
getTransactions()
Expand Down

0 comments on commit 084a860

Please sign in to comment.