1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 10:22:30 +01:00
This commit is contained in:
Puyodead1 2023-09-15 18:27:09 -04:00
parent 4d88654166
commit 4a1618dc1e
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -60,7 +60,7 @@ function LeaveServerModal(props: Props & AnimatedModalProps) {
app.rest.delete(Routes.userGuild(props.guild.id)).finally(() => {
closeModal();
// navigate to @me
navigate("channels/@me");
navigate("/channels/@me");
});
};