chore: remove price range tooltip

This commit is contained in:
Madalina Raicu
2023-08-30 16:55:01 +01:00
parent cf50ca53a3
commit 175a15e845
@@ -106,7 +106,6 @@ export const tooltipMapping: Record<string, ReactNode> = {
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.`
),