Skip to content

Commit

Permalink
fix: showing Kernel points condition
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa committed Feb 5, 2025
1 parent 06dd3d9 commit b7c3c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const showExternalIncentivesTooltip = (
) => {
const superFestRewardsEnabled = false;
const spkRewardsEnabled = true;
const kernelPointsEnabled = true;

const tooltipsConfig: ExternalIncentivesTooltipsConfig = {
superFestRewards: false,
Expand All @@ -114,7 +115,7 @@ export const showExternalIncentivesTooltip = (
}

if (
spkRewardsEnabled &&
kernelPointsEnabled &&
(currentMarket === CustomMarket.proto_mainnet_v3 ||
currentMarket === CustomMarket.proto_lido_v3 ||
currentMarket === CustomMarket.proto_base_v3 ||
Expand Down

0 comments on commit b7c3c6b

Please sign in to comment.