Quick question. Can I write it in shorter way?
Actually, I would like to have the same variable from I can take value of:
{this.state.members[activeMemberId] ? this.state.members[activeMemberId].id : null}
e.g
{this.state.members[activeMemberId] ? (<-the same).id : null}