File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/core/courses/pages/course-preview Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ <h2>{{contact.fullname}}</h2>
4242 </ ng-container >
4343 </ ion-item >
4444
45- < core-file *ngFor ="let file of course.overviewfiles " [file] ="file " [component] ="component " [componentId] ="course.id "> </ core-file >
4645 < div *ngIf ="!isEnrolled " detail-none >
4746 < ion-item text-wrap *ngFor ="let instance of selfEnrolInstances ">
4847 < h2 > {{ instance.name }}</ h2 >
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ export class CoreCoursesCoursePreviewPage implements OnDestroy {
3838 course : any ;
3939 isEnrolled : boolean ;
4040 canAccessCourse = true ;
41- component = 'CoreCoursesCoursePreview' ;
4241 selfEnrolInstances : any [ ] = [ ] ;
4342 paypalEnabled : boolean ;
4443 dataLoaded : boolean ;
You can’t perform that action at this time.
0 commit comments