mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-15 15:36:01 +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 */}
|
||||
<View style={styles.addonHeaderContainer}>
|
||||
<Text style={[styles.addonHeaderText, { color: currentTheme.colors.white }]}>
|
||||
{addonGroup.addonName}
|
||||
{(addonGroup as any).sectionName || addonGroup.addonName}
|
||||
</Text>
|
||||
<View style={[styles.addonHeaderBadge, { backgroundColor: currentTheme.colors.elevation2 }]}>
|
||||
<Text style={[styles.addonHeaderBadgeText, { color: currentTheme.colors.lightGray }]}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue