This commit is contained in:
mgabdev
2020-02-25 11:04:44 -05:00
parent 32cd8e622a
commit 0bd1eb2c77
127 changed files with 332 additions and 537 deletions

View File

@@ -17,7 +17,8 @@ const mapStateToProps = (state, { id }) => ({
relationships: state.getIn(['group_relationships', id]),
});
export default @connect(mapStateToProps)
export default
@connect(mapStateToProps)
@injectIntl
class GroupCard extends ImmutablePureComponent {
static propTypes = {

View File

@@ -22,7 +22,8 @@ const mapStateToProps = (state, { activeTab }) => ({
account: state.getIn(['accounts', me]),
});
export default @connect(mapStateToProps)
export default
@connect(mapStateToProps)
@injectIntl
class Groups extends ImmutablePureComponent {
static propTypes = {