rm ts-ingore
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user