MOBILE-3320 feedback: Fix empty box at end of feedback
parent
fae349a96d
commit
3368b17eb6
|
@ -154,8 +154,8 @@
|
|||
</ion-item>
|
||||
</ion-card>
|
||||
|
||||
<ion-card>
|
||||
<ion-grid *ngIf="completed">
|
||||
<ion-card *ngIf="completed">
|
||||
<ion-grid>
|
||||
<ion-row class="ion-align-items-center">
|
||||
<ion-col *ngIf="access!.canviewanalysis">
|
||||
<ion-button expand="block" fill="outline" (click)="showAnalysis()" class="ion-text-wrap">
|
||||
|
|
Loading…
Reference in New Issue