diff --git a/src/components/yield/YieldPushFeeV3.tsx b/src/components/yield/YieldPushFeeV3.tsx
index ede205cf65..59d89497a8 100644
--- a/src/components/yield/YieldPushFeeV3.tsx
+++ b/src/components/yield/YieldPushFeeV3.tsx
@@ -415,7 +415,7 @@ const YieldPushFeeV3 = ({ userDataPush, getUserDataPush, PUSHPoolstats, getPUSHP
{PUSHPoolstats ? (
<>
PUSH Fee Staking Pool
-
+ {/*
Current APR
-
+ */}
>
) : (
diff --git a/src/components/yield/YieldUniswapV3.tsx b/src/components/yield/YieldUniswapV3.tsx
index 431a124929..42e17f77ef 100644
--- a/src/components/yield/YieldUniswapV3.tsx
+++ b/src/components/yield/YieldUniswapV3.tsx
@@ -268,7 +268,7 @@ const YieldUniswapV3 = ({ lpPoolStats, userDataLP, getLpPoolStats, getUserDataLP
{lpPoolStats ? (
<>
Uniswap V2 LP Staking Pool
-
+ {/*
Current APR{' '}
>{numberWithCommas(lpPoolStats?.stakingAPR)}%
-
+ */}
>
) : (
@@ -310,7 +310,7 @@ const YieldUniswapV3 = ({ lpPoolStats, userDataLP, getLpPoolStats, getUserDataLP
color="#D53A94"
letterSpacing="normal"
>
- {numberWithCommas(formatTokens(lpPoolStats?.rewardForCurrentEpoch))} PUSH
+ {/* {numberWithCommas(formatTokens(lpPoolStats?.rewardForCurrentEpoch))} PUSH */}0 PUSH
>
) : (
@@ -556,6 +556,7 @@ const YieldUniswapV3 = ({ lpPoolStats, userDataLP, getLpPoolStats, getUserDataLP