Update Search.tsx
This commit is contained in:
parent
200c4c1d37
commit
537ae578d6
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ export function SearchScreen(
|
|||
{searchHistory.length > 0 && (
|
||||
<View style={styles.searchHistoryContent}>
|
||||
<Text style={[pal.text, styles.searchHistoryTitle]}>
|
||||
Recent Searches
|
||||
<Trans>Recent Searches</Trans>
|
||||
</Text>
|
||||
{searchHistory.map((historyItem, index) => (
|
||||
<View key={index} style={styles.historyItemContainer}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue