Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NARU Proposed Residences Empty Text on Mobile View #1891

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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