Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit a3c9239

Browse files
authored
Merge pull request #24 from sendbird/feature/calls-1845
[CALLS-1845] Fix bug in history view of sample
2 parents b9b7626 + bb32404 commit a3c9239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/CallLogItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class CallLogItem {
122122
this.element = wrapper;
123123
this.btnCallVideo = btnCallVideo;
124124
this.btnCallVoice = btnCallVoice;
125-
this.destPeerID = displayName;
125+
this.destPeerID = displayId;
126126
} else {
127127
const wrapper = createDiv({ id: 'empty_calllog', className: className });
128128
const icoCallLogEmpty = createDiv({ className: `${classes['icoCallLogEmpty']}` });

0 commit comments

Comments
 (0)