Skip to content

Commit

Permalink
feat: DAH-2982 fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tallulahkay committed Dec 18, 2024
1 parent ef94548 commit e4753ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
14 changes: 7 additions & 7 deletions app/assets/json/translations/react/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -916,18 +916,18 @@
"listingDetails.applicationsOpen": "Applications open",
"listingDetails.applicationsOpen.withDateTime": "Applications open: %{date} at %{time} Pacific Time",
"listingDetails.sales.aside.needHelp": "Housing counselors can help with your application. Support is available in many languages.",
"listingDirectory.emptyListingsView.fcfs": "<a href='%{target}'>View %{numListings} listings</a> available through a lottery",
"listingDirectory.emptyListingsView.forRent.subtitle": "We do not have any units for rent through a lottery right now.",
"listingDirectory.emptyListingsView.forSale.subtitle": "We do not have any units for sale through a lottery right now.",
"listingDirectory.emptyListingsView.getAnEmail": "<a href='%{target}' target='_blank'>Get an email</a> whenever a new listing is posted",
"listingDirectory.emptyListingsView.open": "<a href='%{target}'>View %{numListings} listings available now</a>, no lottery required",
"listingDirectory.emptyListingsView.title.fcfs": "0 open listings",
"listingDirectory.emptyListingsView.title.open": "0 open lotteries",
"listingDirectory.listingStatusContent.applicationDeadline": "Application deadline",
"listingDirectory.listingStatusContent.applicationsClosed": "Applications closed",
"listingDirectory.listingStatusContent.applicationsOpen": "Applications open",
"listingDirectory.listingStatusContent.lotteryResultsPosted": "Lottery results posted",
"listingDirectory.listingStatusContent.subContent.firstComeFirstServed": "First come, first served",
"listingDirectory.emptyListingsView.title.open": "0 open lotteries",
"listingDirectory.emptyListingsView.title.fcfs": "0 open listings",
"listingDirectory.emptyListingsView.forRent.subtitle": "We do not have any units for rent through a lottery right now.",
"listingDirectory.emptyListingsView.forSale.subtitle": "We do not have any units for sale through a lottery right now.",
"listingDirectory.emptyListingsView.open": "<a href='%{target}'>View %{numListings} listings available now</a>, no lottery required",
"listingDirectory.emptyListingsView.fcfs": "<a href='%{target}'>View %{numListings} listings</a> available through a lottery",
"listingDirectory.emptyListingsView.getAnEmail": "<a href='%{target}' target='_blank'>Get an email</a> whenever a new listing is posted",
"listings.HCBS Units.title": "In-home Support for a Disability",
"listings.Hearing impairments.title": "Hearing Impairments",
"listings.Hearing/Vision (Communication).title": "Hearing/Vision (Communication)",
Expand Down
8 changes: 0 additions & 8 deletions app/javascript/modules/listings/GenericDirectory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,6 @@ export const GenericDirectory = (props: RentalDirectoryProps) => {
hasFiltersSet,
listings.fcfs.length
)}
{props.directoryType === "forSale" &&
fcfsSalesView(
listings.fcfs,
props.directoryType,
props.getSummaryTable,
hasFiltersSet,
listings.open.length
)}
</DirectorySection>
{props.directoryType === DIRECTORY_TYPE_SALES && (
<DirectorySection refKey="buy-now" observerRef={observerRef}>
Expand Down

0 comments on commit e4753ec

Please sign in to comment.