File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ <h3>Select audio</h3>
26
26
(pointsEmitter) ="updatePoints($event) ">
27
27
</ waveform-view >
28
28
29
- < segments-list [segments] ="segments "> </ segments-list >
30
- < points-list [points] ="points "> </ points-list >
29
+ < segments-list [segments] ="segments " *ngIf =" segments.length > 0 " > </ segments-list >
30
+ < points-list [points] ="points " *ngIf =" points.length > 0 " > </ points-list >
31
31
</ div >
Original file line number Diff line number Diff line change 1
- < h3 *ngIf =" points.length > 0 " > Points</ h3 >
1
+ < h3 > Points</ h3 >
2
2
3
- < table class ="table table-striped " *ngIf =" points.length > 0 " >
3
+ < table class ="table table-striped ">
4
4
< thead >
5
5
< tr >
6
6
< th scope ="col "> ID</ th >
Original file line number Diff line number Diff line change 1
- < h3 *ngIf =" segments.length > 0 " > Segments</ h3 >
1
+ < h3 > Segments</ h3 >
2
2
3
- < table class ="table table-striped " *ngIf =" segments.length > 0 " >
3
+ < table class ="table table-striped ">
4
4
< thead >
5
5
< tr >
6
6
< th scope ="col "> ID</ th >
You can’t perform that action at this time.
0 commit comments