프로필에 내선번호 4자리 표시.

This commit is contained in:
leejinho 2020-03-30 10:39:48 +09:00
parent 7482f697e4
commit dbb19f9234

View File

@ -250,6 +250,9 @@
| ucapStringFormatterPhone | ucapStringFormatterPhone
| ucapStringEmptycheck | ucapStringEmptycheck
}} }}
<span *ngIf="!!userInfo.madn && userInfo.madn.trim().length > 0"
>({{ userInfo.madn }})</span
>
</dd> </dd>
<button <button
mat-mini-fab mat-mini-fab