Merged in feat/SW-159-remove-accessibilityElevatorPitchText (pull request #1245)

fix(SW-1553): remove accessibilityElevatorPitchText

* fix(SW-159): remove accessibilityElevatorPitchText


Approved-by: Bianca Widstam
Approved-by: Christian Andolf
Approved-by: Fredrik Thorsson
This commit is contained in:
Matilda Landström
2025-02-04 10:51:55 +00:00
parent 683646a490
commit 8b475e0ca8
6 changed files with 6 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ export interface ParkingProps {
}
export interface AccessibilityProps {
accessibilityElevatorPitchText: string
elevatorPitchText: string
}
export interface RestaurantProps {