MOB-722 TODO rm onSkip prop

This commit is contained in:
sepeterson
2025-12-12 11:01:25 -06:00
parent 48f49da1c7
commit ff687673f4

View File

@@ -16,6 +16,7 @@ const fade = ( value: number ) => ( {
interface Props {
isLoading: boolean;
// TODO rm unused onSkip prop https://linear.app/inaturalist/issue/MOB-1068/remove-unused-onskip-prop
onSkip?: ( ) => void;
}