fix: remove extra window

pull/3083/head
William Grant 1 year ago
parent d346f28942
commit 3e1bf049e5

@ -117,7 +117,7 @@ const SessionSeedModalInner = (props: ModalInnerProps) => {
setLoadingSeed(false); setLoadingSeed(false);
}, },
onClose, onClose,
title: window.window.i18n('sessionRecoveryPassword'), title: window.i18n('sessionRecoveryPassword'),
}); });
if (loadingSeed) { if (loadingSeed) {

Loading…
Cancel
Save