[Glitch] Fix crash when trying to open the filter modal

Port bc4745f482 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Claire 1 year ago
parent 2f3dffb057
commit bc7b3399fb
  1. 2
      app/javascript/flavours/glitch/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