File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export const SGHODepositPanel: React.FC<SGHODepositPanelProps> = ({
6565} ) => {
6666 const { breakpoints } = useTheme ( ) ;
6767 const xsm = useMediaQuery ( breakpoints . up ( 'xsm' ) ) ;
68- const now = useCurrentTimestamp ( 1 ) ;
68+ const now = useCurrentTimestamp ( 30 ) ;
6969 const { openSwitch, openStakeRewardsClaim } = useModalContext ( ) ;
7070 const { currentAccount } = useWeb3Context ( ) ;
7171 const trackEvent = useRootStore ( ( store ) => store . trackEvent ) ;
@@ -181,8 +181,6 @@ export const SGHODepositPanel: React.FC<SGHODepositPanelProps> = ({
181181 openStakeRewardsClaim ( Stake . gho , 'AAVE' ) ;
182182 } ;
183183
184- console . log ( 'stakeUserData?.userIncentivesToClaim' , stakeUserData ?. userIncentivesToClaim ) ;
185-
186184 return (
187185 < >
188186 { currentAccount && (
You can’t perform that action at this time.
0 commit comments