diff --git a/src/components/SearchModal.tsx b/src/components/SearchModal.tsx index 19aa57197..5e6d979ea 100644 --- a/src/components/SearchModal.tsx +++ b/src/components/SearchModal.tsx @@ -71,7 +71,7 @@ interface UnspecificRowProps { isSelected: boolean, onPressDestination: (destination: DestinationItem) => void, "aria-posinset": number, - "aria-setsize": number; + "aria-setsize": number, } interface SpecificRowProps extends UnspecificRowProps {