[Glitch] Fix missing propType for conversation delete
Port 147f2e0d06
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
0331a92de8
commit
de2a936748
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Conversation extends ImmutablePureComponent {
|
|||
onMoveUp: PropTypes.func,
|
||||
onMoveDown: PropTypes.func,
|
||||
markRead: PropTypes.func.isRequired,
|
||||
delete: PropTypes.func.isRequired,
|
||||
intl: PropTypes.object.isRequired,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue