mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
closes #160
This commit is contained in:
parent
4d88654166
commit
4a1618dc1e
@ -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");
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user