diff --git a/app/javascript/mastodon/features/compose/containers/warning_container.js b/app/javascript/mastodon/features/compose/containers/warning_container.js index 36c56313f07a12..79fe1c25afaee1 100644 --- a/app/javascript/mastodon/features/compose/containers/warning_container.js +++ b/app/javascript/mastodon/features/compose/containers/warning_container.js @@ -37,7 +37,7 @@ const mapStateToProps = state => ({ limitedMessageWarning: state.getIn(['compose', 'privacy']) === 'limited', }); -const WarningWrapper = ({ needsLockWarning, hashtagWarning, directMessageWarning, limitedMessageWarning, limitedTitle }) => { +const WarningWrapper = ({ needsLockWarning, hashtagWarning, directMessageWarning, limitedMessageWarning }) => { if (needsLockWarning) { return }} />} />; }