diff --git a/web-wallet/src/lib/components/Send/Send.svelte b/web-wallet/src/lib/components/Send/Send.svelte
index c552f0b46..045e30a7c 100644
--- a/web-wallet/src/lib/components/Send/Send.svelte
+++ b/web-wallet/src/lib/components/Send/Send.svelte
@@ -235,7 +235,7 @@
{/if}
{#if showMemo}
{
gasLimit: 20000000n,
gasPrice: 1n,
},
- memo,
publicAddress,
shieldedAddress,
};
@@ -280,7 +279,7 @@ describe("Send", () => {
expect(baseProps.execute).toHaveBeenCalledWith(
shieldedAddress,
duskToLux(amount),
- baseProps.memo,
+ memo,
baseProps.gasSettings.gasPrice,
baseProps.gasSettings.gasLimit
);
@@ -316,7 +315,7 @@ describe("Send", () => {
expect(baseProps.execute).toHaveBeenCalledWith(
shieldedAddress,
duskToLux(amount),
- baseProps.memo,
+ memo,
baseProps.gasSettings.gasPrice,
baseProps.gasSettings.gasLimit
);
@@ -346,7 +345,7 @@ describe("Send", () => {
expect(baseProps.execute).toHaveBeenCalledWith(
shieldedAddress,
duskToLux(amount),
- baseProps.memo,
+ memo,
baseProps.gasSettings.gasPrice,
baseProps.gasSettings.gasLimit
);
diff --git a/web-wallet/src/lib/components/__tests__/__snapshots__/Send.spec.js.snap b/web-wallet/src/lib/components/__tests__/__snapshots__/Send.spec.js.snap
index 7f15eb2f5..6b78e47e4 100644
--- a/web-wallet/src/lib/components/__tests__/__snapshots__/Send.spec.js.snap
+++ b/web-wallet/src/lib/components/__tests__/__snapshots__/Send.spec.js.snap
@@ -176,7 +176,7 @@ exports[`Send > Address step > should display a warning if the address input is
@@ -452,7 +452,7 @@ exports[`Send > Address step > should display a warning if the address input is
@@ -669,7 +669,7 @@ exports[`Send > Address step > should render the Send component Address step 1`]
diff --git a/web-wallet/src/routes/(app)/dashboard/send/__tests__/__snapshots__/page.spec.js.snap b/web-wallet/src/routes/(app)/dashboard/send/__tests__/__snapshots__/page.spec.js.snap
index b841f8166..a12cf38c3 100644
--- a/web-wallet/src/routes/(app)/dashboard/send/__tests__/__snapshots__/page.spec.js.snap
+++ b/web-wallet/src/routes/(app)/dashboard/send/__tests__/__snapshots__/page.spec.js.snap
@@ -225,7 +225,7 @@ exports[`Send page > should render the send page 1`] = `