Fix loadLatest() on home feed
This commit is contained in:
parent
c6b137a153
commit
859087f21d
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ const Btn = ({
|
|||
<Text style={styles.notificationCountLabel}>{notificationCount}</Text>
|
||||
</View>
|
||||
) : undefined}
|
||||
{tabCount > 1 ? (
|
||||
{tabCount && tabCount > 1 ? (
|
||||
<View style={styles.tabCount}>
|
||||
<Text style={styles.tabCountLabel}>{tabCount}</Text>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue