Fix missing propType for conversation delete (#12035)

master
ThibG 5 years ago committed by Eugen Rochko
parent b0323d0888
commit 541269f8bc
  1. 1
      app/javascript/mastodon/features/direct_timeline/components/conversation.js

@ -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…
Cancel
Save