Skip to content

Commit 1edb4c4

Browse files
committed
return null
1 parent ba57e9c commit 1edb4c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ function MenuItem({
667667

668668
const renderDescriptionView = () => {
669669
if (!description && !descriptionAddon) {
670-
return;
670+
return null;
671671
}
672672
return (
673673
<View style={descriptionContainerStyle}>

0 commit comments

Comments
 (0)