[Glitch] Fix crash when trying to open the filter modal
Port 8e36b04fd2
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
7642a3bb67
commit
3919549c96
|
@ -131,4 +131,4 @@ class FilterModal extends ImmutablePureComponent {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default connect(injectIntl(FilterModal));
|
export default connect()(injectIntl(FilterModal));
|
||||||
|
|
Loading…
Reference in New Issue