Skip to content

Commit

Permalink
Merge pull request #37137 from Pujan92/fix/36608
Browse files Browse the repository at this point in the history
  • Loading branch information
cead22 authored Feb 29, 2024
2 parents 0cc5817 + 220ac8e commit 822bdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ function MenuItem(
/>
</View>
)}
{!!rightLabel && (
{!title && !!rightLabel && (
<View style={styles.justifyContentCenter}>
<Text style={styles.rightLabelMenuItem}>{rightLabel}</Text>
</View>
Expand Down

0 comments on commit 822bdb9

Please sign in to comment.