diff --git a/libs/markets/src/lib/components/market-info/market-info-panels.tsx b/libs/markets/src/lib/components/market-info/market-info-panels.tsx index b8a65553a..3c083258e 100644 --- a/libs/markets/src/lib/components/market-info/market-info-panels.tsx +++ b/libs/markets/src/lib/components/market-info/market-info-panels.tsx @@ -15,10 +15,8 @@ import { VegaIconNames, } from '@vegaprotocol/ui-toolkit'; import { - formatDateWithLocalTimezone, formatNumber, formatNumberPercentage, - fromNanoSeconds, getDateTimeFormat, getMarketExpiryDateFormatted, } from '@vegaprotocol/utils'; @@ -106,7 +104,7 @@ export const MarketPriceInfoPanel = ({ market }: MarketInfoProps) => { }} decimalPlaces={market.decimalPlaces} /> -

+

{t( 'There is 1 unit of the settlement asset (%s) to every 1 quote unit (%s).', [assetSymbol, quoteUnit] @@ -315,12 +313,12 @@ const SuccessionLineItem = ({ {marketData ? ( marketData.tradableInstrument.instrument.name ) : ( - + )}

{marketId}
@@ -329,7 +327,7 @@ const SuccessionLineItem = ({ }; const SuccessionLink = () => ( -
+
); @@ -421,7 +419,7 @@ export const SettlementAssetInfoPanel = ({ market }: MarketInfoProps) => { dtClassName="text-black dark:text-white text-ui !px-0 !font-normal" ddClassName="text-black dark:text-white text-ui !px-0 !font-normal max-w-full" /> -

+

{t( 'There is 1 unit of the settlement asset (%s) to every 1 quote unit (%s).', [assetSymbol, quoteUnit] @@ -597,7 +595,7 @@ export const PriceMonitoringBoundsInfoPanel = ({ } return ( <> -

+

{t('%s probability price bounds', [ formatNumberPercentage( @@ -605,7 +603,7 @@ export const PriceMonitoringBoundsInfoPanel = ({ ), ])}

-

+

{t('Within %s seconds', [formatNumber(trigger.horizonSecs)])}

@@ -619,7 +617,7 @@ export const PriceMonitoringBoundsInfoPanel = ({ assetSymbol={quoteUnit} /> )} -

+

{t('Results in %s seconds auction if breached', [ trigger.auctionExtensionSecs.toString(), ])} @@ -747,7 +745,7 @@ export const OracleInfoPanel = ({ parentDataSourceSpec && parentDataSourceSpecId && parentProduct && ( -

+