# 이슈처리 270
This commit is contained in:
parent
22bbedd633
commit
c656112099
|
@ -705,7 +705,7 @@ export class GroupComponent implements OnInit, OnDestroy {
|
|||
groupInfo => groupInfo.group.seq === group.seq
|
||||
);
|
||||
if (!!curGroupBuddyList && curGroupBuddyList.length > 0) {
|
||||
receiverList = curGroupBuddyList[0].buddyList;
|
||||
receiverList = curGroupBuddyList[0].buddyList.map(x => x);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user