+
}
+ >
+ {
+ accountIds && accountIds.map((id) => (
+
{
+ this.props.onRejectJoinRequest(id, groupId)
+ }}
+ actionIcon={(!isAdminOrMod || id === me) ? undefined : 'check'}
+ onActionClick={(data, event) => {
+ this.props.onApproveJoinRequest(id, groupId)
+ }}
+ />
+ ))
+ }
+
+
+