Updates to Gab Deck

• Updates:
- to Gab Deck
This commit is contained in:
mgabdev
2020-12-08 00:07:04 -05:00
parent 05c5dcb581
commit 6950f67520
16 changed files with 210 additions and 115 deletions

View File

@@ -183,12 +183,12 @@ const makeMapStateToProps = () => {
isComment,
commentSortingType,
isComposeModalOpen: state.getIn(['modal', 'modalType']) === 'COMPOSE',
isCompact: state.getIn(['settings', 'isCompact']),
isDeckConnected: state.getIn(['deck', 'connected'], false),
}
}
return mapStateToProps
};
}
const mapDispatchToProps = (dispatch) => ({
onReply (status, router, showModal) {