Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #388 from farabi-deriv/farabi/bot-1179/remove-onbo…
Browse files Browse the repository at this point in the history
…arding-tour-from-binary-bot

Farabi/bot-1179/remove onboarding tour from binary bot
  • Loading branch information
farabi-deriv authored Jan 2, 2024
2 parents 01d6d69 + 00ce98e commit 35061f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/components/Header/account-actions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { generateDerivLink } from '@utils';
import { setActiveLoginId, getClientAccounts, syncWithDerivApp } from '@storage';
import { translate } from '@i18n';
import Modal from '@components/common/modal';
import Tour, { TourTargets } from '@components/common/tour';
import {
setAccountSwitcherLoader,
setAccountSwitcherId,
Expand Down Expand Up @@ -147,8 +146,6 @@ const AccountActions = () => {
<AccountSwitchModal is_bot_running={is_bot_running} onClose={onClose} onAccept={onAccept} />
</Modal>
)}
<TourTargets />
<Tour />
</React.Fragment>
);
};
Expand Down
3 changes: 0 additions & 3 deletions src/components/Header/auth-buttons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useDispatch } from 'react-redux';
import config from '@config';
import { translate } from '@i18n';
import { setIsHeaderLoaded } from '@redux-store/ui-slice';
import Tour, { TourTargets } from '@components/common/tour';
import { saveBeforeUnload } from '../../blockly/utils';

const AuthButtons = () => {
Expand Down Expand Up @@ -32,8 +31,6 @@ const AuthButtons = () => {
>
{translate(config.signup.label)}
</a>
<TourTargets />
<Tour />
</div>
);
};
Expand Down

0 comments on commit 35061f1

Please sign in to comment.