mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-26 09:32:57 -05: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…
x
Reference in New Issue
Block a user