Skip to content

Commit

Permalink
fix dashboard reward details cache (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauserBitfly authored May 15, 2024
1 parent 8c110b4 commit 2db765c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const useValidatorDashboardRewardsDetailsStore = (dashboardKey: Dashboard
const { data } = storeToRefs(validatorDashboardRewardsDetailsStore())

function getKey () {
return `${dashboardKey}_${groupId}`
return `${dashboardKey}_${groupId}_${epoch}`
}

async function getDetails () {
Expand Down

0 comments on commit 2db765c

Please sign in to comment.