Skip to content

Commit

Permalink
Zero out nRewardUpdateHeight on Activity reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed Oct 1, 2024
1 parent 032c9af commit 263a730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dashboard/Activity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const rewardsText = computed(() => {
function reset() {
txs.value = [];
txCount = 0;
nRewardUpdateHeight = 0;
update(0);
}
Expand Down

0 comments on commit 263a730

Please sign in to comment.