Skip to content

Commit

Permalink
fix: send correct vanity address from frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 25, 2024
1 parent 3a1eb37 commit a62a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/super/superapp/src/Remotes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
isSubmitting = true;
if (vanity_address) {
`${vanity_address}${domain}`;
vanity_address = `${vanity_address}${domain}`;
}
try {
Expand Down

0 comments on commit a62a59a

Please sign in to comment.