Update index.js
This commit is contained in:
parent
9a2fba1ef5
commit
95fb1b7900
|
@ -31,7 +31,7 @@ const mapStateToProps = state => {
|
|||
const me = state.get('me');
|
||||
return {
|
||||
account: state.getIn(['accounts', me]),
|
||||
maxFields: state.getIn(['instance', 'pleroma', 'metadata', 'fieldsLimits', 'maxFields']),
|
||||
maxFields: state.getIn(['instance', 'pleroma', 'metadata', 'fields_limits', 'max_fields']),
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue