Skip to content

Commit

Permalink
fix: hide my ads is not translated (#9260)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-nurzi-deriv committed Jul 6, 2023
1 parent 2021def commit e8b8656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/p2p/src/components/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 './my-ads.scss';

Expand Down

1 comment on commit e8b8656

@vercel
Copy link

@vercel vercel bot commented on e8b8656 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app-git-master.binary.sx
deriv-app.binary.sx
binary.sx

Please sign in to comment.