Skip to content

Commit

Permalink
Update src/components/BuySellForm/BuySellData/BuySellData.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Matin shafiei <[email protected]>
  • Loading branch information
usman-deriv and matin-deriv authored Aug 2, 2024
1 parent f6ef46b commit 75b1863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BuySellForm/BuySellData/BuySellData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const BuySellData = forwardRef<HTMLDivElement, TBuySellDataProps>(
<Text color='less-prominent' size={labelSize}>
<Localize i18n_default_text='Orders must be completed in' />
</Text>
<Text data-testid={`dt_order_completion_time`} size={valueSize}>
<Text data-testid="dt_order_completion_time" size={valueSize}>
{formatTime(expiryPeriod, localize)}
</Text>
</div>
Expand Down

0 comments on commit 75b1863

Please sign in to comment.