From ef8b623877a0f48aa510e4bcb5260e0eecfe78dd Mon Sep 17 00:00:00 2001 From: Mohd Asaduddin Amaan <83865119+Asaduddin18@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:09:52 +0530 Subject: [PATCH 1/2] add info message for cnote/usdc pool --- app/lp/components/pairRow.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/lp/components/pairRow.tsx b/app/lp/components/pairRow.tsx index c0f8bc5a..4234de04 100644 --- a/app/lp/components/pairRow.tsx +++ b/app/lp/components/pairRow.tsx @@ -265,6 +265,11 @@ export const GeneralAmbientPairRow = ({ {pool.symbol} + {pool.symbol==="cNOTE / USDC"&& + + All emissions to this pool will be removed soon. + + } , , From c23ff52913400214ced51942d8c7efcd1037ef86 Mon Sep 17 00:00:00 2001 From: Mohd Asaduddin Amaan <83865119+Asaduddin18@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:16:15 +0530 Subject: [PATCH 2/2] fix lint error --- app/lp/components/pairRow.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/lp/components/pairRow.tsx b/app/lp/components/pairRow.tsx index 4234de04..27c635c5 100644 --- a/app/lp/components/pairRow.tsx +++ b/app/lp/components/pairRow.tsx @@ -265,11 +265,11 @@ export const GeneralAmbientPairRow = ({ {pool.symbol} - {pool.symbol==="cNOTE / USDC"&& - - All emissions to this pool will be removed soon. - - } + {pool.symbol === "cNOTE / USDC" && ( + + All emissions to this pool will be removed soon. + + )} , ,