From 175a15e8456adf429ae822b758cfbd326d10e090 Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Wed, 30 Aug 2023 16:55:01 +0100 Subject: [PATCH] chore: remove price range tooltip --- libs/markets/src/lib/components/market-info/tooltip-mapping.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx b/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx index cb5800496..cd92c650c 100644 --- a/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx +++ b/libs/markets/src/lib/components/market-info/tooltip-mapping.tsx @@ -106,7 +106,6 @@ export const tooltipMapping: Record = { insurancePoolFraction: t( 'The fraction of the insurance pool balance that is carried over from the parent market to the successor.' ), - priceRange: t('The price range of the market. '), commitmentMinTimeFraction: t( `Specifies the minimum fraction of time LPs must spend 'on the book' providing their committed liquidity.` ),