diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 4212b28af9..51375dd322 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -584,6 +584,7 @@ function MenuItem({ 2 ? styles.menuItemCountHundreds : count.length > 1 diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index af06134fce..028b194c3e 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -360,7 +360,7 @@ function Btn({ targetScale={0.8}> {icon} {notificationCount ? ( - + {notificationCount} ) : undefined}