Skip to content
Snippets Groups Projects
Unverified Commit 99a43f02 authored by trwnh's avatar trwnh Committed by GitHub
Browse files

Fix #19304 (#19305)

parent 402ee73e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ const messages = defineMessages({
});
const mapStateToProps = state => ({
rules: state.get('rules'),
rules: state.getIn(['server', 'rules']),
});
export default @connect(mapStateToProps)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment