From 03902fe5c1cd0d74bf4218303f9f6a776514e0f6 Mon Sep 17 00:00:00 2001 From: Justin Domingue Date: Wed, 14 Jul 2021 17:43:45 -0700 Subject: [PATCH] remove duplicate `set price range` title when there is liquidity (#2058) --- src/pages/AddLiquidity/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/AddLiquidity/index.tsx b/src/pages/AddLiquidity/index.tsx index 119c00681..b1bb0b4d4 100644 --- a/src/pages/AddLiquidity/index.tsx +++ b/src/pages/AddLiquidity/index.tsx @@ -846,11 +846,13 @@ export default function AddLiquidity({ - - - Set Price Range - - + {noLiquidity && ( + + + Set Price Range + + + )}