diff --git a/src/CONST.ts b/src/CONST.ts index c73032802fd1..d5e40b37666d 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -1262,7 +1262,7 @@ const CONST = { }, CENTRAL_PANE_ANIMATION_HEIGHT: 200, LHN_SKELETON_VIEW_ITEM_HEIGHT: 64, - SEARCH_SKELETON_VIEW_ITEM_HEIGHT: 100, + SEARCH_SKELETON_VIEW_ITEM_HEIGHT: 108, EXPENSIFY_PARTNER_NAME: 'expensify.com', EMAIL: { ACCOUNTING: 'accounting@expensify.com', diff --git a/src/components/Search.tsx b/src/components/Search.tsx index 2de6aa8cfcef..6a99904a3ae5 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -69,7 +69,7 @@ function Search({query, policyIDs, sortBy, sortOrder}: SearchProps) { const isLoadingMoreItems = !isLoadingItems && searchResults?.search?.isLoading && searchResults?.search?.offset > 0; const shouldShowEmptyState = !isLoadingItems && isEmptyObject(searchResults?.data); - if (isLoadingItems) { + if (true) { return ; } diff --git a/src/components/Skeletons/TableListItemSkeleton.tsx b/src/components/Skeletons/TableListItemSkeleton.tsx index cd0f00872325..6ff3a3aedbb9 100644 --- a/src/components/Skeletons/TableListItemSkeleton.tsx +++ b/src/components/Skeletons/TableListItemSkeleton.tsx @@ -61,7 +61,7 @@ function TableListItemSkeleton({shouldAnimate = true, fixedNumItems}: TableListI