Fix crash when trying to open the filter modal (#24556)

local
Claire 1 year ago committed by GitHub
parent ca447d3007
commit bc4745f482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/features/ui/components/filter_modal.jsx

@ -131,4 +131,4 @@ class FilterModal extends ImmutablePureComponent {
}
export default connect(injectIntl(FilterModal));
export default connect()(injectIntl(FilterModal));

Loading…
Cancel
Save