diff --git a/app/soapbox/components/icon-with-counter.tsx b/app/soapbox/components/icon-with-counter.tsx index 2d95cb9f9..7e6a3a007 100644 --- a/app/soapbox/components/icon-with-counter.tsx +++ b/app/soapbox/components/icon-with-counter.tsx @@ -15,9 +15,9 @@ const IconWithCounter: React.FC = ({ icon, count, ...rest }) = {count > 0 && ( - + - + )} );