Skip to content

Commit

Permalink
Refetch analytics on stake and unstake
Browse files Browse the repository at this point in the history
  • Loading branch information
Giannis Chatziveroglou committed Aug 17, 2022
1 parent c66dfd6 commit 1c0e33a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/[stakePoolId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ function Home() {
stakedTokenDatas.refetch()
allowedTokenDatas.refetch()
stakePoolEntries.refetch()
analytics.refetch()
}, 2000)
)
setStakedSelected([])
Expand Down Expand Up @@ -399,6 +400,7 @@ function Home() {
stakedTokenDatas.refetch()
allowedTokenDatas.refetch()
stakePoolEntries.refetch()
analytics.refetch()
}, 2000)
)
setStakedSelected([])
Expand Down

1 comment on commit 1c0e33a

@vercel
Copy link

@vercel vercel bot commented on 1c0e33a Aug 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.