Skip to content

Commit

Permalink
Fix NARU proposed residences empty text on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Abradat committed Oct 7, 2024
1 parent 884933f commit 6eb5fc4
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 6eb5fc4

Please sign in to comment.