diff --git a/src/components/Drawer/DrawerCollapsedItem.tsx b/src/components/Drawer/DrawerCollapsedItem.tsx index 6d54faf21b..b224c2b639 100644 --- a/src/components/Drawer/DrawerCollapsedItem.tsx +++ b/src/components/Drawer/DrawerCollapsedItem.tsx @@ -208,7 +208,7 @@ const DrawerCollapsedItem = ({ style={[styles.icon, { top: iconPadding }]} testID={`${testID}-container`} > - {badge && ( + {badge !== false && ( {typeof badge === 'boolean' ? (