diff --git a/libs/deal-ticket/src/components/deal-ticket/deal-ticket-fee-details.tsx b/libs/deal-ticket/src/components/deal-ticket/deal-ticket-fee-details.tsx
index e7b2cfb10..6d79a4ab0 100644
--- a/libs/deal-ticket/src/components/deal-ticket/deal-ticket-fee-details.tsx
+++ b/libs/deal-ticket/src/components/deal-ticket/deal-ticket-fee-details.tsx
@@ -286,115 +286,99 @@ export const DealTicketMarginDetails = ({
);
const quoteName = getQuoteName(market);
- const productType = getProductType(market);
return (
- {/*
- TODO: remove this conditional check once the following PRs are deployed
- and the estimatePosition query is working for perps
-
- - https://github.com/vegaprotocol/vega/pull/10119
- - https://github.com/vegaprotocol/vega/pull/10122
- */}
- {productType === 'Future' && (
- <>
-
-
-
-
-
-
- {t('Margin required')}
-
-
-
-
-
-
-
- {formatValue(
- marginRequiredWorstCase,
- assetDecimals,
- quantum
- )}{' '}
- {assetSymbol || ''}
-
-
-
-
- }
+
+
-
-
+
+
+ {t('Margin required')}
+
+
+
+
+
+
+ {formatValue(
+ marginRequiredWorstCase,
assetDecimals,
quantum
- ),
- assetSymbol
- )}
- />
- {deductionFromCollateral}
- setBreakdownDialog(true)
- : undefined
- }
- value={formatValue(marginAccountBalance, assetDecimals)}
- symbol={assetSymbol}
- labelDescription={MARGIN_ACCOUNT_TOOLTIP_TEXT}
- formattedValue={formatValue(
- marginAccountBalance,
- assetDecimals,
- quantum
- )}
- />
+ )}{' '}
+ {assetSymbol || ''}
+
+
-
-
- {projectedMargin}
- >
- )}
+
+ }
+ >
+
+
+ {deductionFromCollateral}
+ setBreakdownDialog(true)
+ : undefined
+ }
+ value={formatValue(marginAccountBalance, assetDecimals)}
+ symbol={assetSymbol}
+ labelDescription={MARGIN_ACCOUNT_TOOLTIP_TEXT}
+ formattedValue={formatValue(
+ marginAccountBalance,
+ assetDecimals,
+ quantum
+ )}
+ />
+
+
+
+ {projectedMargin}