Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix crash when trying to open the filter modal (mastodon#24556)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Apr 17, 2023
1 parent ca447d3 commit bc4745f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ class FilterModal extends ImmutablePureComponent {

}

export default connect(injectIntl(FilterModal));
export default connect()(injectIntl(FilterModal));

0 comments on commit bc4745f

Please sign in to comment.