Added Gab Deck initial mvp

• Added:
- Gab Deck initial mvp
This commit is contained in:
mgabdev
2020-12-05 23:47:48 -05:00
parent 2f798ca1bd
commit ba8e8942dc
22 changed files with 507 additions and 25 deletions

View File

@@ -183,6 +183,7 @@ const makeMapStateToProps = () => {
isComment,
commentSortingType,
isComposeModalOpen: state.getIn(['modal', 'modalType']) === 'COMPOSE',
isCompact: state.getIn(['settings', 'isCompact']),
}
}