mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Fix crash when trying to open the filter modal (#24556)
This commit is contained in:
parent
ca447d3007
commit
bc4745f482
@ -131,4 +131,4 @@ class FilterModal extends ImmutablePureComponent {
|
||||
|
||||
}
|
||||
|
||||
export default connect(injectIntl(FilterModal));
|
||||
export default connect()(injectIntl(FilterModal));
|
||||
|
Loading…
Reference in New Issue
Block a user