Skip to content

Commit

Permalink
Fix public and portal view discrepancies (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandratoh authored May 15, 2024
1 parent ec9a6bd commit 3b6767d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
</div>
</div>

<div class="subheading2 grid-1">Describe the type, origin and quality of fill proposed to be placed.</div>
<div class="grid-double">
{{ applicationSubmission.soilFillTypeToPlace }}
<app-no-data *ngIf="!applicationSubmission.soilFillTypeToPlace"></app-no-data>
</div>

<div class="subheading2 grid-1">
What alternative measures have you considered or attempted before proposing to place fill?
</div>
Expand All @@ -101,12 +107,6 @@
<app-no-data *ngIf="!applicationSubmission.soilAlternativeMeasures"></app-no-data>
</div>

<div class="subheading2 grid-1">Describe the type, origin and quality of fill proposed to be placed.</div>
<div class="grid-double">
{{ applicationSubmission.soilFillTypeToPlace }}
<app-no-data *ngIf="!applicationSubmission.soilFillTypeToPlace"></app-no-data>
</div>

<div class="subheading2 grid-1">What steps will be taken to reduce impacts to surrounding agricultural land?</div>
<div class="grid-double">
{{ applicationSubmission.soilReduceNegativeImpacts }}
Expand Down

0 comments on commit 3b6767d

Please sign in to comment.