[Glitch] Fix missing rules in report modal in web UI

Port 0b84d15288 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Eugen Rochko 2 years ago committed by Claire
parent ca506459b7
commit b8c9d74210

@ -21,7 +21,7 @@ const messages = defineMessages({
});
const mapStateToProps = state => ({
rules: state.getIn(['server', 'rules'], ImmutableList()),
rules: state.getIn(['server', 'server', 'rules'], ImmutableList()),
});
export default @connect(mapStateToProps)

Loading…
Cancel
Save