# 이슈처리 270

This commit is contained in:
leejinho 2020-02-27 10:18:40 +09:00
parent 22bbedd633
commit c656112099

View File

@ -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);
}
}