Skip to content

Commit a2a3e6e

Browse files
Update src/components/Search/SearchRouter/SearchRouter.tsx
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
1 parent 9390bdf commit a2a3e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchRouter/SearchRouter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ const shouldShowSearchList = areOptionsInitialized && isRecentSearchesDataLoaded
374374
textInputRef={textInputRef}
375375
/>
376376
)}
377-
{!(areOptionsInitialized && isRecentSearchesDataLoaded) && (
377+
{!shouldShowSearchList && (
378378
<OptionsListSkeletonView
379379
fixedNumItems={4}
380380
shouldStyleAsTable

0 commit comments

Comments
 (0)