From 78db19d2188121a3432ee289e4c6a19e25c17621 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 18 Mar 2026 10:51:53 -0600 Subject: [PATCH] fix ts --- src/components/Search/SearchLoadingSkeleton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Search/SearchLoadingSkeleton.tsx b/src/components/Search/SearchLoadingSkeleton.tsx index 4dc4bbf9f2c32..95b769e509d31 100644 --- a/src/components/Search/SearchLoadingSkeleton.tsx +++ b/src/components/Search/SearchLoadingSkeleton.tsx @@ -9,7 +9,7 @@ import CONST from '@src/CONST'; type SearchLoadingSkeletonProps = { containerStyle?: StyleProp; - reasonAttributes?: SkeletonSpanReasonAttributes; + reasonAttributes: SkeletonSpanReasonAttributes; }; function SearchLoadingSkeleton({containerStyle, reasonAttributes}: SearchLoadingSkeletonProps) {