From f3ec9d04ae5559aec21b3f72c471e310e80551b3 Mon Sep 17 00:00:00 2001 From: bharadwaj palakurthy Date: Sat, 3 Aug 2024 03:06:49 +0530 Subject: [PATCH] Refactor UserAmbientPairRow component to update rewards release message --- app/lp/components/pairRow.tsx | 3 +-- app/lp/page.tsx | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/lp/components/pairRow.tsx b/app/lp/components/pairRow.tsx index 27c635c5..5f056f90 100644 --- a/app/lp/components/pairRow.tsx +++ b/app/lp/components/pairRow.tsx @@ -448,8 +448,7 @@ export const UserAmbientPairRow = ({ - Rewards will be released in{" "} - + Rewards will be released by the end of the week. diff --git a/app/lp/page.tsx b/app/lp/page.tsx index 0f7dadee..f4b96995 100644 --- a/app/lp/page.tsx +++ b/app/lp/page.tsx @@ -143,7 +143,6 @@ export default function Page() { ...pairs.userCantoDex.map((pair) => UserCantoDexPairRow({ pair, - onManage: (pairAddress) => { Analytics.actions.events.liquidityPool.manageLPClicked( getAnalyticsCantoLiquidityPoolInfo(pair)