about summary refs log tree commit diff
path: root/src/view/com/util/LoadingPlaceholder.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2025-01-02 20:20:40 +0000
committerGitHub <noreply@github.com>2025-01-02 20:20:40 +0000
commit85ad52e3981d00ec487e1bb5fc27819f63c2f8c4 (patch)
tree60dc883bbad75fda23afd5e336b15c8645d937bb /src/view/com/util/LoadingPlaceholder.tsx
parent3e0ed3b834699d44277461ca75327cd3e5c1cf70 (diff)
downloadvoidsky-85ad52e3981d00ec487e1bb5fc27819f63c2f8c4.tar.zst
Add loading state to new trending interstitial (#7332)
Diffstat (limited to 'src/view/com/util/LoadingPlaceholder.tsx')
-rw-r--r--src/view/com/util/LoadingPlaceholder.tsx2
1 files changed, 1 insertions, 1 deletions
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<ViewStyle>
 }) {
   const theme = useTheme()