Skip to content

Commit

Permalink
Issue #SB-000 fix: Fixed Jenkins build failure issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Jul 2, 2021
1 parent 5c18b85 commit e904580
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<ion-card-title class="font-12 subtitle-color label-margin-bottom">
<strong>{{'FRMELEMNTS_LBL_TRAINING_DETAILS' | categoryKeyTranslate : contentData }}</strong>
</ion-card-title>
<p *ngIf="batchEndDate">{{'FRMELEMNTS_LBL_TRAINING_END_DATE' | categoryKeyTranslate : contentData }} : {{
batchEndDate | date: 'dd/MM/yyyy'}}</p>
<!-- <p *ngIf="batchEndDate">{{'FRMELEMNTS_LBL_TRAINING_END_DATE' | categoryKeyTranslate : contentData }} : {{
batchEndDate | date: 'dd/MM/yyyy'}}</p> -->
</div>
<div>
<p>{{contentData?.description}}</p>
Expand Down

0 comments on commit e904580

Please # to comment.