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 {
key: string;
destination: DestinationItem,
rowMode: string;
rowMode: string,
disabled: boolean,
isSelected: boolean,
onPressDestination: (destination: DestinationItem) => void,