Skip to content

Commit

Permalink
test: removed a spacer added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
usman-deriv committed Aug 2, 2024
1 parent de3604e commit 434025c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/BuySellForm/BuySellData/BuySellData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ const BuySellData = forwardRef<HTMLDivElement, TBuySellDataProps>(
'lg:hover:absolute': isFloating,
})}
>
<Text color='less-prominent' size={labelSize}>
{' '}
{`Rate (1 ${accountCurrency})`}
</Text>
<Text color='less-prominent' size={labelSize}>{`Rate (1 ${accountCurrency})`}</Text>
{isFloating && (
<Tooltip
className='w-72 mb-[-0.8rem] text-center'
Expand Down Expand Up @@ -128,7 +125,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 434025c

Please sign in to comment.