fix: setting path

This commit is contained in:
Tristan Yang
2023-03-09 20:37:50 +08:00
parent a6a14b8ca0
commit ae974e1319
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ const SessionContextMenu: FC<Props> = ({
muteChannel(data);
};
const handleDMSetting = () => {
navigateTo(`/setting/dm/${id}?f=${pathname}`);
navigateTo(`/setting/dm/${id}/overview?f=${pathname}`);
};
const items =