Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Only show invited section if there are invited group members #1489

Merged
merged 2 commits into from
Oct 17, 2017

Conversation

lukebarnard1
Copy link
Contributor

No description provided.

<h2>{ _t("Invited") }</h2>
{ this.makeGroupMemberTiles(this.state.searchQuery, this.state.invitedMembers) }
</div> : <div />;
const invited = (this.state.invitedMembers || this.state.invitedMembers.length > 0) ?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as @t3chguy mentioned, && instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops!

Copy link
Member

@dbkr dbkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what they said, otherwise lgtm

@dbkr dbkr assigned lukebarnard1 and unassigned dbkr Oct 16, 2017
@lukebarnard1 lukebarnard1 merged commit 24c4c1e into develop Oct 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants