From f6343493fb659c69e56913e62afe07dd2c596469 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 3 Oct 2025 22:19:21 +0300 Subject: [PATCH] rm ts-ingore --- src/screens/Onboarding/Layout.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/screens/Onboarding/Layout.tsx b/src/screens/Onboarding/Layout.tsx index a3627a179e..070fd8d72b 100644 --- a/src/screens/Onboarding/Layout.tsx +++ b/src/screens/Onboarding/Layout.tsx @@ -59,13 +59,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) { aria-label={dialogLabel} accessibilityLabel={dialogLabel} accessibilityHint={_(msg`Customizes your Bluesky experience`)} - style={[ - // @ts-ignore web only -prf - isWeb ? a.fixed : a.absolute, - a.inset_0, - a.flex_1, - t.atoms.bg, - ]}> + style={[isWeb ? a.fixed : a.absolute, a.inset_0, a.flex_1, t.atoms.bg]}> {__DEV__ && (