Skip to content

Commit

Permalink
155475 - Hide button 'Leave Course' on course page
Browse files Browse the repository at this point in the history
  • Loading branch information
TejaswiniGiram19 authored and tbbhagat committed May 7, 2024
1 parent b9add9f commit bab1f67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,13 @@
{{enrolledBatchInfo?.endDate | dateFormat}}</span>
</div>
</div>
<div class="batch-deatils__button text-right">
<!-- <div class="batch-deatils__button text-right">
<button
[ngClass]="{'sb-btn-disabled': isUnenrollbtnDisabled,'sb-btn-outline-primary': !isUnenrollbtnDisabled}"
class="sb-btn sb-btn-outline-primary sb-btn-normal" tabindex="0"
(click)="unenrollBatch(enrolledBatchInfo); logTelemetry('unenroll-batch', courseHierarchy);"
[disabled]="isUnenrollbtnDisabled">{{generaliseLabelService?.frmelmnts?.btn?.unenroll}}</button>
</div>
</div> -->
<div class="batch-details__created mt-8 fsmall">
<span class="right floated" *ngIf="enrolledBatchInfo?.participantCount>=0">
{{enrolledBatchInfo?.participantCount}} {{resourceService.frmelmnts.lbl.learners}}
Expand Down

0 comments on commit bab1f67

Please sign in to comment.