Skip to content

Commit

Permalink
fix: hide my ads is not translated (binary-com#9260)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-nurzi-deriv authored and farrah-deriv committed Jul 13, 2023
1 parent b48a5b3 commit 604c527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/p2p/src/pages/my-ads/toggle-ads.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Text, ToggleSwitch } from '@deriv/components';
import { useIsMounted } from '@deriv/shared';
import { observer } from 'mobx-react-lite';
import { observer } from '@deriv/stores';
import { Localize } from 'Components/i18next';
import { requestWS } from 'Utils/websocket';
import { Localize } from '@deriv/translations';
import { useStores } from 'Stores';
import './toggle-ads.scss';

Expand Down

0 comments on commit 604c527

Please sign in to comment.