Skip to content
Snippets Groups Projects
Commit c25b055e authored by pnogal's avatar pnogal
Browse files

Condition logic edit

parent 753875d1
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@
class="course-list"
(cdkDropListDropped)="drop($event)">
<cse-course-item *ngFor="let course of courses" [course]="course" [status]="'complete'" cdkDrag></cse-course-item>
<p *ngIf="!courses" class="no-courses text-center semi-bold">No Courses Taken</p>
<p *ngIf="!courses || courses.length === 0" class="no-courses text-center semi-bold">No Courses Taken</p>
</div>
</mat-card>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment