mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-20 10:05:56 +00:00
fix go to direct message from contextmenu
This commit is contained in:
parent
bc334148bd
commit
519e48ca7b
@ -1152,7 +1152,6 @@ export const Group = ({
|
||||
if (findDirect) {
|
||||
if(!isMobile){
|
||||
setDesktopSideView("directs");
|
||||
setDesktopViewMode('home')
|
||||
} else {
|
||||
setMobileViewModeKeepOpen("messaging");
|
||||
}
|
||||
@ -1176,7 +1175,6 @@ export const Group = ({
|
||||
} else {
|
||||
if(!isMobile){
|
||||
setDesktopSideView("directs");
|
||||
setDesktopViewMode('home')
|
||||
} else {
|
||||
setMobileViewModeKeepOpen("messaging");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user