feature(ui) - uncomment
This commit is contained in:
parent
3b099b5729
commit
e0cc244fc5
1 changed files with 2 additions and 2 deletions
|
|
@ -125,9 +125,9 @@ export default class AssistManager {
|
|||
this.md.setMessagesLoading(false);
|
||||
}
|
||||
if (status === ConnectionStatus.Connected) {
|
||||
// this.md.display(true);
|
||||
this.md.display(true);
|
||||
} else {
|
||||
// this.md.display(false);
|
||||
this.md.display(false);
|
||||
}
|
||||
update({ peerConnectionStatus: status });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue