Skip to content

Commit

Permalink
Merge branch 'master' into KYC-accounts-package-TS-migration--test-co…
Browse files Browse the repository at this point in the history
…verage/sprint-8
  • Loading branch information
likhith-deriv committed Oct 3, 2023
1 parent 6703032 commit dc3d564
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { useRequest } from '@deriv/api';
import { useMutation } from '@deriv/api';
import { CFD_PLATFORMS, getPlatformSettings } from '@deriv/shared';
import { observer, useStore } from '@deriv/stores';
import { Localize, localize } from '@deriv/translations';
Expand All @@ -21,7 +21,7 @@ type TPasswordsPlatformProps = {
*/
const PasswordsPlatform = observer(
({ has_dxtrade_accounts = false, has_mt5_accounts = false }: TPasswordsPlatformProps) => {
const { mutate } = useRequest('verify_email');
const { mutate } = useMutation('verify_email');

const {
client: { email },
Expand Down

0 comments on commit dc3d564

Please sign in to comment.