From ff687673f4b0bb731244b6ed4e5d2c5321f85258 Mon Sep 17 00:00:00 2001 From: sepeterson <10458078+sepeterson@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:01:25 -0600 Subject: [PATCH] MOB-722 TODO rm onSkip prop --- src/components/Match/PreMatchLoadingScreen.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Match/PreMatchLoadingScreen.tsx b/src/components/Match/PreMatchLoadingScreen.tsx index fa21e9264..1a596ddcc 100644 --- a/src/components/Match/PreMatchLoadingScreen.tsx +++ b/src/components/Match/PreMatchLoadingScreen.tsx @@ -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; }