Skip to content

Commit

Permalink
Update packages/itinerary-body/src/ItineraryBody/place-row.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: miles-grant-ibigroup <86619099+miles-grant-ibigroup@users.noreply.github.com>
  • Loading branch information
1 parent 80e59c0 commit 402558e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/itinerary-body/src/ItineraryBody/place-row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ export default function PlaceRow({
{/* Custom rendering of the departure/arrival time of the specified leg. */}
<TimeColumnContent isDestination={isDestination} leg={leg} />
{!isDestination &&

Check failure on line 105 in packages/itinerary-body/src/ItineraryBody/place-row.tsx

View workflow job for this annotation

GitHub Actions / test-build-release

Delete `⏎·········`
leg.accessibilityScore !== null &&
leg.accessibilityScore > -1 && (
!(leg.accessibilityScore === undefined) && (
// TODO: Reorder markup so accessibility info doesn't fall between time and destination.

Check failure on line 107 in packages/itinerary-body/src/ItineraryBody/place-row.tsx

View workflow job for this annotation

GitHub Actions / test-build-release

Delete `··`
<AccessibilityRating

Check failure on line 108 in packages/itinerary-body/src/ItineraryBody/place-row.tsx

View workflow job for this annotation

GitHub Actions / test-build-release

Delete `··`
gradationMap={accessibilityScoreGradationMap}

Check failure on line 109 in packages/itinerary-body/src/ItineraryBody/place-row.tsx

View workflow job for this annotation

GitHub Actions / test-build-release

Delete `··`
Expand Down

0 comments on commit 402558e

Please sign in to comment.