diff --git a/components/u/BadgeContainer.tsx b/components/u/BadgeContainer.tsx index 505eda25b..f49362deb 100644 --- a/components/u/BadgeContainer.tsx +++ b/components/u/BadgeContainer.tsx @@ -65,7 +65,7 @@ const BadgeContainer = ({ fontWeight: "bold", color: themeColorHex, }} - visibility={badge.count === 1 ? "hidden" : "visible"} + display={badge.count === 1 ? "none" : "block"} > {`x${badge.count}`}