Skip to content

Commit

Permalink
chore: fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Oct 24, 2023
1 parent 14e5e29 commit af88a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const WalletButtonGroup: FC<PropsWithChildren<TWalletButtonGroupProps>> = ({ chi
return (
<div
className={classNames('wallets-button-group', {
'wallets-button-group--vertical': isVertical,
'wallets-button-group--flex': isFlex,
'wallets-button-group--vertical': isVertical,
})}
>
{children}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ import {
useSettings,
useTradingPlatformPasswordChange,
} from '@deriv/api';
import {
ModalStepWrapper,
ModalWrapper,
WalletButton,
WalletButtonGroup,
WalletText,
} from '../../../../components/Base';
import { ModalStepWrapper, ModalWrapper, WalletButton, WalletButtonGroup } from '../../../../components/Base';
import { useModal } from '../../../../components/ModalProvider';
import MT5PasswordIcon from '../../../../public/images/ic-mt5-password.svg';
import { CreatePassword, EnterPassword, Success } from '../../screens';
Expand Down

0 comments on commit af88a0d

Please sign in to comment.