From 3e1bf049e540a56ff5c4cbbe974eb900d00b45ad Mon Sep 17 00:00:00 2001 From: William Grant Date: Tue, 7 May 2024 17:24:39 +1000 Subject: [PATCH] fix: remove extra window --- ts/components/dialog/SessionSeedModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/dialog/SessionSeedModal.tsx b/ts/components/dialog/SessionSeedModal.tsx index 91ceaff1d..c0b4e8dec 100644 --- a/ts/components/dialog/SessionSeedModal.tsx +++ b/ts/components/dialog/SessionSeedModal.tsx @@ -117,7 +117,7 @@ const SessionSeedModalInner = (props: ModalInnerProps) => { setLoadingSeed(false); }, onClose, - title: window.window.i18n('sessionRecoveryPassword'), + title: window.i18n('sessionRecoveryPassword'), }); if (loadingSeed) {