Skip to content

Commit

Permalink
refactor: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbusuttil committed Apr 25, 2024
1 parent 66aaba8 commit f2bb350
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import { readMnemonicFromClipboard, writeMnemonicToClipboard } from './wallet-ut
import isEqual from 'lodash/isEqual';
import { Dialog } from '@lace/ui';

export type MnemonicStage = 'writedown' | 'input';

export interface WalletSetupMnemonicStepProps {
mnemonic: string[];
onReset: (mnemonicStage?: MnemonicStage) => void;
Expand Down Expand Up @@ -112,9 +110,6 @@ export const WalletSetupMnemonicStepRevamp = ({
<Dialog.Root open={videoModalOpen} setOpen={setVideoModalOpen} zIndex={1001}>
{renderVideoPopupContent({ onClose: () => setVideoModalOpen(false) })}
</Dialog.Root>
{/* <Modal open={videoModalOpen} centered footer={undefined} closable={false} destroyOnClose maskClosable={false}>
{renderVideoPopupContent({ onClose: () => setVideoModalOpen(false) })}
</Modal> */}
</>
) : (
translations.enterPassphraseDescription
Expand Down

0 comments on commit f2bb350

Please sign in to comment.