mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Fix action propagation to timeline items
This commit is contained in:
@@ -16,7 +16,8 @@ import { selectRecentEmojis } from '../selectors/emojis';
|
||||
|
||||
function mapStateToProps(
|
||||
state: StateType
|
||||
): PropsDataType & ProfileEditorModalPropsType {
|
||||
): Omit<PropsDataType, 'onEditStateChange' | 'onProfileChanged'> &
|
||||
ProfileEditorModalPropsType {
|
||||
const {
|
||||
avatarPath,
|
||||
avatars: userAvatarData = [],
|
||||
|
||||
Reference in New Issue
Block a user