fix(Chat): Fix private message reply button not working

This commit is contained in:
Vlad Piersec
2021-11-11 14:32:01 +02:00
committed by vp8x8
parent eec8b9e58e
commit f5cdd5fca1
7 changed files with 103 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ import { openChat } from '../../../chat/';
import {
_mapStateToProps as _abstractMapStateToProps,
type Props as AbstractProps
} from '../../../chat/components/PrivateMessageButton';
} from '../../../chat/components/web/PrivateMessageButton';
import { isButtonEnabled } from '../../../toolbox/functions.web';
import VideoMenuButton from './VideoMenuButton';