diff --git a/app/components/layout/TopRightButtons.tsx b/app/components/layout/TopRightButtons.tsx index 0faf36883..8b4555a94 100644 --- a/app/components/layout/TopRightButtons.tsx +++ b/app/components/layout/TopRightButtons.tsx @@ -109,7 +109,13 @@ function ChatButton({ testId="chat-toggle-button" /> {unreadCount ? ( - {unreadCount} + + {unreadCount} + ) : null} );