Patron updates

This commit is contained in:
Alex Gleason
2020-06-30 17:33:21 -05:00
parent 4b44959fc2
commit 73b275b8da
8 changed files with 34 additions and 23 deletions

View File

@ -16,7 +16,7 @@ const mapStateToProps = state => {
const me = state.get('me');
return {
account: state.getIn(['accounts', me]),
hasPatron: state.getIn(['soapbox', 'extensions', 'patron']),
hasPatron: state.getIn(['soapbox', 'extensions', 'patron', 'enabled']),
features: getFeatures(state.get('instance')),
};
};