From 85ad52e3981d00ec487e1bb5fc27819f63c2f8c4 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 2 Jan 2025 20:20:40 +0000 Subject: Add loading state to new trending interstitial (#7332) --- src/view/com/util/LoadingPlaceholder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/util/LoadingPlaceholder.tsx') diff --git a/src/view/com/util/LoadingPlaceholder.tsx b/src/view/com/util/LoadingPlaceholder.tsx index 25ce460d4..b4a5681d8 100644 --- a/src/view/com/util/LoadingPlaceholder.tsx +++ b/src/view/com/util/LoadingPlaceholder.tsx @@ -23,7 +23,7 @@ export function LoadingPlaceholder({ style, }: { width: DimensionValue - height: DimensionValue + height: DimensionValue | undefined style?: StyleProp }) { const theme = useTheme() -- cgit 1.4.1