1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 07:06:34 +09:00

Fix missing propType for conversation delete (#12035)

This commit is contained in:
ThibG 2019-10-01 15:07:58 +02:00 committed by Eugen Rochko
parent b0323d0888
commit 541269f8bc

View File

@ -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,
};