mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-18 23:51:11 +00: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