Skip to content

Commit

Permalink
Merge pull request #78 from amina-deriv/fix_eslint_changes
Browse files Browse the repository at this point in the history
fix: remove unrelated file  changes
  • Loading branch information
shaheer-deriv committed Oct 10, 2023
2 parents a57c156 + 9da43e3 commit 3225f92
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import ReactJoyride, { CallBackProps, Step, Styles } from 'react-joyride';

import { localize } from '@deriv/translations';

const common_tour_button_properties = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';

import { Text } from '@deriv/components';

type TTourButton = {
Expand Down
2 changes: 1 addition & 1 deletion packages/cfd/src/Stores/base-store.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { action, intercept, makeObservable, observable, reaction, toJS, when } from 'mobx';
import { action, intercept, makeObservable,observable, reaction, toJS, when } from 'mobx';

import { isEmptyObject, isProduction, Validator } from '@deriv/shared';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Form, Formik } from 'formik';
import { Form,Formik } from 'formik';
import PropTypes from 'prop-types';

import { Button, Checkbox, Dialog, Loading, Text } from '@deriv/components';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Field } from 'formik';
import { Button, PasswordInput, PasswordMeter, Text } from '@deriv/components';
import { getErrorMessages, redirectToSignUp } from '@deriv/shared';
import { observer, useStore } from '@deriv/stores';
import { Localize, localize } from '@deriv/translations';
import { Localize,localize } from '@deriv/translations';

import SignupSeparatorContainer from '../AccountSignupModal/signup-separator-container.jsx';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { withRouter } from 'react-router-dom';
import classNames from 'classnames';

import { RiskToleranceWarningModal, TestWarningModal } from '@deriv/account';
import { Button, DesktopWrapper, MobileDialog, MobileWrapper, Modal, Text } from '@deriv/components';
import { Button, DesktopWrapper, MobileDialog, MobileWrapper,Modal, Text } from '@deriv/components';
import { routes } from '@deriv/shared';
import { Localize, localize } from '@deriv/translations';
import { Localize,localize } from '@deriv/translations';

import { connect } from 'Stores/connect';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import classNames from 'classnames';
import { Form, Formik } from 'formik';
import { Form,Formik } from 'formik';
import PropTypes from 'prop-types';

import { Button, Dialog, Text } from '@deriv/components';
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/Stores/base-store.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { action, intercept, makeObservable, observable, reaction, toJS, when } from 'mobx';
import { action, intercept, makeObservable,observable, reaction, toJS, when } from 'mobx';

import { isEmptyObject, isProduction, Validator } from '@deriv/shared';

Expand Down

0 comments on commit 3225f92

Please sign in to comment.