Skip to content

Commit

Permalink
Merge pull request #1891 from bcgov/bugfix/ALCS-2284
Browse files Browse the repository at this point in the history
Fix NARU Proposed Residences Empty Text on Mobile View
  • Loading branch information
Abradat authored Oct 7, 2024
2 parents 91d55c3 + 6eb5fc4 commit 102c261
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ <h2>Proposal</h2>
</div>
<ng-container *ngIf="isMobile">
<div class class="no-data-container" *ngIf="proposedResidences.length === 0">
<td class="no-data-text" colspan="6">Use the button below to add any existing residence(s)</td>
<td class="no-data-text subtext" colspan="6">Use the button below to add any proposed residence(s)</td>
</div>
<app-naru-residence-mobile-card
*ngFor="let proposedResidence of proposedResidences; let last = last"
Expand Down

0 comments on commit 102c261

Please sign in to comment.