Skip to content

Commit 0e1b84f

Browse files
committed
Fixing typo in mapping component for activity
1 parent ecf4115 commit 0e1b84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/component/mapping/mapping.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@
186186
>
187187
</td>
188188
<td>
189-
<ng-container *ngIf="item.ActivityName && item.ActivityName.length > 0">
190-
{{ item.ActivityName | slice : 0 : 32767 }}</ng-container
189+
<ng-container *ngIf="item.activityName && item.activityName.length > 0">
190+
{{ item.activityName | slice : 0 : 32767 }}</ng-container
191191
>
192192
</td>
193193
<td>

0 commit comments

Comments
 (0)