Update index.js

This commit is contained in:
Sean King 2020-08-09 01:40:35 +00:00
parent 9a2fba1ef5
commit 95fb1b7900
1 changed files with 1 additions and 1 deletions

View File

@ -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']),
};
};