Skip to content

Commit

Permalink
chore: add TODO for accessibility tags
Browse files Browse the repository at this point in the history
  • Loading branch information
plunkettgoogle committed Nov 16, 2021
1 parent 4ae5633 commit 5cbb2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sites/public/lib/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const getListingCardSubtitle = (address: Address) => {
return address ? `${street}, ${city} ${state}, ${zipCode}` : null
}

// TODO(#773): Determine the best way of surfacing accessibility-related
// information in listing views.
export const getImageTagFromListing = (listing: Listing) => {
const reservedCommunityTypeName = listing.reservedCommunityType?.name
return reservedCommunityTypeName && reservedCommunityTypeName !== "specialNeeds"
Expand Down

0 comments on commit 5cbb2a2

Please sign in to comment.