mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-13 22:23:48 -05:00
[Glitch] Fix missing propType for conversation delete
Port 541269f8bcb575501215b6694924075d696b710b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
ff4b95a254
commit
47f6d636e9
@ -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…
x
Reference in New Issue
Block a user