# 이슈처리 223

This commit is contained in:
leejinho 2020-02-06 16:59:35 +09:00
parent 81866a23fb
commit 7c39285905

View File

@ -257,7 +257,12 @@
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
{{ 'common.messages.confirm' | translate }}
</button>
<button mat-flat-button (click)="onClickReply()" class="mat-primary">
<button
mat-flat-button
*ngIf="messageDetail.msgInfo.type === MessageType.Receive"
(click)="onClickReply()"
class="mat-primary"
>
{{ 'message.sendReply' | translate }}
</button>
</mat-card-actions>