We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2b2ac commit 28bdaeaCopy full SHA for 28bdaea
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "planet",
3
"license": "AGPL-3.0",
4
- "version": "0.20.57",
+ "version": "0.20.58",
5
"myplanet": {
6
- "latest": "v0.35.42",
7
- "min": "v0.34.42"
+ "latest": "v0.35.64",
+ "min": "v0.34.64"
8
},
9
"scripts": {
10
"ng": "ng",
src/app/surveys/surveys.component.html
@@ -120,7 +120,7 @@
120
</div>
121
</mat-cell>
122
</ng-container>
123
- <mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
+ <mat-header-row *matHeaderRowDef="displayedColumns" [class.hidden]="!surveys.data || surveys.data.length === 0"></mat-header-row>
124
<mat-row *matRowDef="let row; columns: displayedColumns;"></mat-row>
125
<tr class="mat-row" *matNoDataRow>
126
<td>
0 commit comments