{t('receive.label_source_jar')}
diff --git a/src/components/receive/ReceivePage.tsx b/src/components/receive/ReceivePage.tsx
index 6c19f8e1..8a21420f 100644
--- a/src/components/receive/ReceivePage.tsx
+++ b/src/components/receive/ReceivePage.tsx
@@ -62,7 +62,7 @@ export const ReceivePage = ({ walletFileName }: ReceivePageProps) => {
const getAddressQueryOptions = getaddressOptions({
client,
path: {
- walletname: encodeURIComponent(walletFileName!),
+ walletname: encodeURIComponent(walletFileName),
mixdepth: String(sourceJar?.jarIndex),
},
})
@@ -147,7 +147,12 @@ export const ReceivePage = ({ walletFileName }: ReceivePageProps) => {
)}
-