diff --git a/src/bin/super/superapp/src/Remotes.svelte b/src/bin/super/superapp/src/Remotes.svelte index 510db090..cb3506c0 100644 --- a/src/bin/super/superapp/src/Remotes.svelte +++ b/src/bin/super/superapp/src/Remotes.svelte @@ -477,7 +477,7 @@ isSubmitting = true; if (vanity_address) { - `${vanity_address}${domain}`; + vanity_address = `${vanity_address}${domain}`; } try {