This commit is contained in:
Elvy 2025-01-28 19:27:21 +01:00
parent 75bb8079e7
commit 8deb3cdd93

View file

@ -66,7 +66,7 @@ interface DestinationItem {
interface UnspecificRowProps { interface UnspecificRowProps {
key: string; key: string;
destination: DestinationItem, destination: DestinationItem,
rowMode: string; rowMode: string,
disabled: boolean, disabled: boolean,
isSelected: boolean, isSelected: boolean,
onPressDestination: (destination: DestinationItem) => void, onPressDestination: (destination: DestinationItem) => void,