Skip to content

Commit

Permalink
fix: circle ci fail issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Oct 2, 2023
1 parent 08e4e13 commit c5e95ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { WideWrapper } from '../WideWrapper';
type TMarketTypes = React.ComponentProps<typeof MT5AccountType>['selectedMarketType'];

const MT5AccountTypeModal = () => {
const [selectedMarketType, setSelectedMarketType] = useState<TMarketTypes>(undefined);
const [selectedMarketType, setSelectedMarketType] = React.useState<TMarketTypes>(undefined);

return (
<WalletModal>
Expand Down

0 comments on commit c5e95ef

Please sign in to comment.