Skip to content

Commit

Permalink
[TRAH] Sergei / TRAH - 2604 / Implement verification failed modal (#1…
Browse files Browse the repository at this point in the history
…2900)

* feat: implement verification failed modal

* feat: get back changes for VerificationFailed

* feat: delete FC

* feat: delete curly braces
  • Loading branch information
sergei-deriv committed Jan 12, 2024
1 parent fb0b76e commit 6636e69
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import React from 'react';
import { Modal } from '../../../../components';
import { VerificationFailed } from '../../screens';

const VerificationFailedModal = () => (
<Modal>
<Modal.Content>
<VerificationFailed />
</Modal.Content>
</Modal>
);

export default VerificationFailedModal;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as VerificationFailedModal } from './VerificationFailedModal';
2 changes: 2 additions & 0 deletions packages/tradershub/src/features/cfd/modals/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from './CTraderSuccessModal';
export * from './DxtradePasswordModal';
export * from './MT5AccountTypeModal';
export * from './TradeModal';
export * from './VerificationFailedModal';

1 comment on commit 6636e69

@vercel
Copy link

@vercel vercel bot commented on 6636e69 Jan 12, 2024

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
binary.sx
deriv-app.binary.sx

Please sign in to comment.