fix: setting path
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user