[Glitch] Fix missing propType for conversation delete

Port 541269f8bc to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
main
ThibG 5 years ago committed by Thibaut Girka
parent ff4b95a254
commit 47f6d636e9

@ -37,6 +37,7 @@ class Conversation extends ImmutablePureComponent {
onMoveUp: PropTypes.func, onMoveUp: PropTypes.func,
onMoveDown: PropTypes.func, onMoveDown: PropTypes.func,
markRead: PropTypes.func.isRequired, markRead: PropTypes.func.isRequired,
delete: PropTypes.func.isRequired,
intl: PropTypes.object.isRequired, intl: PropTypes.object.isRequired,
}; };

Loading…
Cancel
Save