Removing useless code
This commit is contained in:
@@ -108,7 +108,6 @@ export class DiscussionManager {
|
||||
name: string|undefined,
|
||||
img?: string|undefined,
|
||||
isMe: boolean = false,
|
||||
//showReportCallBack?: ShowReportCallBack
|
||||
) {
|
||||
const divParticipant: HTMLDivElement = document.createElement('div');
|
||||
divParticipant.classList.add('participant');
|
||||
|
||||
Reference in New Issue
Block a user