mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
fix edge case people search and AI catalogs
This commit is contained in:
parent
95fd9479a2
commit
2fb84fb93d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export const AddonSection = React.memo(({
|
||||||
{/* Addon Header */}
|
{/* Addon Header */}
|
||||||
<View style={styles.addonHeaderContainer}>
|
<View style={styles.addonHeaderContainer}>
|
||||||
<Text style={[styles.addonHeaderText, { color: currentTheme.colors.white }]}>
|
<Text style={[styles.addonHeaderText, { color: currentTheme.colors.white }]}>
|
||||||
{addonGroup.addonName}
|
{(addonGroup as any).sectionName || addonGroup.addonName}
|
||||||
</Text>
|
</Text>
|
||||||
<View style={[styles.addonHeaderBadge, { backgroundColor: currentTheme.colors.elevation2 }]}>
|
<View style={[styles.addonHeaderBadge, { backgroundColor: currentTheme.colors.elevation2 }]}>
|
||||||
<Text style={[styles.addonHeaderBadgeText, { color: currentTheme.colors.lightGray }]}>
|
<Text style={[styles.addonHeaderBadgeText, { color: currentTheme.colors.lightGray }]}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue