Update Search.tsx
This commit is contained in:
@@ -772,7 +772,7 @@ export function SearchScreen(
|
|||||||
{searchHistory.length > 0 && (
|
{searchHistory.length > 0 && (
|
||||||
<View style={styles.searchHistoryContent}>
|
<View style={styles.searchHistoryContent}>
|
||||||
<Text style={[pal.text, styles.searchHistoryTitle]}>
|
<Text style={[pal.text, styles.searchHistoryTitle]}>
|
||||||
Recent Searches
|
<Trans>Recent Searches</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
{searchHistory.map((historyItem, index) => (
|
{searchHistory.map((historyItem, index) => (
|
||||||
<View key={index} style={styles.historyItemContainer}>
|
<View key={index} style={styles.historyItemContainer}>
|
||||||
|
|||||||
Reference in New Issue
Block a user