처리되지 않은 EventType 유입시 에러 발생하지 않도록 수정.
This commit is contained in:
parent
dc26faa618
commit
f3513e0f9a
@ -140,7 +140,7 @@
|
|||||||
>
|
>
|
||||||
</ucap-chat-message-box-text>
|
</ucap-chat-message-box-text>
|
||||||
<div *ngSwitchDefault>
|
<div *ngSwitchDefault>
|
||||||
mass-translation
|
<!-- mass-translation
|
||||||
<ucap-chat-message-box-mass-translation></ucap-chat-message-box-mass-translation>
|
<ucap-chat-message-box-mass-translation></ucap-chat-message-box-mass-translation>
|
||||||
notice
|
notice
|
||||||
<ucap-chat-message-box-notice></ucap-chat-message-box-notice>
|
<ucap-chat-message-box-notice></ucap-chat-message-box-notice>
|
||||||
@ -152,7 +152,8 @@
|
|||||||
|
|
||||||
<div class="message">
|
<div class="message">
|
||||||
{{ message.sentMessage }}
|
{{ message.sentMessage }}
|
||||||
</div>
|
</div> -->
|
||||||
|
{{ message.type }} / {{ message.sentMessage }}
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user