rm ts-ingore

This commit is contained in:
Samuel Newman
2025-10-03 22:19:21 +03:00
parent a03f595801
commit f6343493fb
+1 -7
View File
@@ -59,13 +59,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) {
aria-label={dialogLabel} aria-label={dialogLabel}
accessibilityLabel={dialogLabel} accessibilityLabel={dialogLabel}
accessibilityHint={_(msg`Customizes your Bluesky experience`)} accessibilityHint={_(msg`Customizes your Bluesky experience`)}
style={[ style={[isWeb ? a.fixed : a.absolute, a.inset_0, a.flex_1, t.atoms.bg]}>
// @ts-ignore web only -prf
isWeb ? a.fixed : a.absolute,
a.inset_0,
a.flex_1,
t.atoms.bg,
]}>
{__DEV__ && ( {__DEV__ && (
<Button <Button
variant="ghost" variant="ghost"