Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Dec 28, 2023
1 parent 04db260 commit 27d9cd5
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import React, { FC } from 'react';
import { Button, Heading, Text } from '@deriv/quill-design';
import { OptionsAndMultipliersSection, StaticLink, useModal } from '../../components';
import { OptionsAndMultipliersSection, StaticLink } from '../../components';
import { CTraderList } from '../../features/cfd/components/CTraderList';
import { DxtradePasswordModal } from '../../features/cfd/modals';

const TradersHubRoute: FC = () => {
const { show } = useModal();
return (
<div className='flex flex-col gap-1200'>
<div className='flex items-center justify-between align-start gap-100'>
Expand All @@ -21,13 +20,7 @@ const TradersHubRoute: FC = () => {
<div className='pb-1200'>
<div className='flex items-center gap-200'>
<Heading.H4>CFDs</Heading.H4>
<Button
className='no-underline'
colorStyle='coral'
onClick={() => show(<DxtradePasswordModal />)}
size='sm'
variant='tertiary'
>
<Button className='no-underline' colorStyle='coral' size='sm' variant='tertiary'>
Compare Accounts
</Button>
</div>
Expand Down

0 comments on commit 27d9cd5

Please sign in to comment.