Fix action propagation to timeline items
This commit is contained in:
parent
9ffa29ca0d
commit
5a57e2b704
14 changed files with 71 additions and 66 deletions
|
@ -16,7 +16,8 @@ import { selectRecentEmojis } from '../selectors/emojis';
|
|||
|
||||
function mapStateToProps(
|
||||
state: StateType
|
||||
): PropsDataType & ProfileEditorModalPropsType {
|
||||
): Omit<PropsDataType, 'onEditStateChange' | 'onProfileChanged'> &
|
||||
ProfileEditorModalPropsType {
|
||||
const {
|
||||
avatarPath,
|
||||
avatars: userAvatarData = [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue