Skip to content

Commit

Permalink
revert original fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhenry committed Apr 30, 2024
1 parent f8199f3 commit dd7c679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ChatFinderPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ function ChatFinderPage({betas, isSearchingForReports, navigation}: ChatFinderPa
textInputHint={offlineMessage}
onChangeText={setSearchValue}
headerMessage={headerMessage}
headerMessageStyle={headerMessage === translate('common.noResultsFound') ? [themeStyles.ph4, themeStyles.pb5] : undefined}
onLayout={setPerformanceTimersEnd}
onSelectRow={selectReport}
showLoadingPlaceholder={!areOptionsInitialized || !isScreenTransitionEnd}
Expand Down

0 comments on commit dd7c679

Please sign in to comment.