Tweak show latest

This commit is contained in:
2023-08-21 16:03:22 +01:00
parent 540f7e6398
commit 62c08517fd
5 changed files with 13 additions and 15 deletions

View File

@ -225,7 +225,7 @@ export default function Nip5Service(props: Nip05ServiceProps) {
UserCache.set(newMeta);
}
if (helpText) {
navigate("/settings");
navigate("/settings/profile");
}
}
}