From 38edcd88c03c215d6123b9383676ffd75217564e Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 3 Aug 2023 12:00:12 +0100 Subject: [PATCH] chore(trading): fix alignment of expire (#4477) --- .../deal-ticket/deal-ticket-stop-order.tsx | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx b/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx index 826fb1034..8795aae19 100644 --- a/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx +++ b/libs/deal-ticket/src/components/deal-ticket/deal-ticket-stop-order.tsx @@ -488,19 +488,7 @@ export const StopOrder = ({ market, marketPrice, submit }: StopOrderProps) => { )} -
- {t(REDUCE_ONLY_TOOLTIP)}}> - {t('Reduce only')} - - } - /> -
-
+
{ onCheckedChange={onCheckedChange} checked={value} name="expire" - label={'Expire'} + label={{t('Expire')}} /> ); }} /> + {t(REDUCE_ONLY_TOOLTIP)}}> + {t('Reduce only')} + + } + />
{expire && ( <>