This commit is contained in:
trwnh 2022-10-06 22:53:14 -05:00 committed by GitHub
parent 385a461f41
commit 58fd523794

View file

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