diff --git a/packages/views/chat/chat-page.tsx b/packages/views/chat/chat-page.tsx index 7e110612ff..3b544d0b31 100644 --- a/packages/views/chat/chat-page.tsx +++ b/packages/views/chat/chat-page.tsx @@ -133,7 +133,7 @@ export function ChatPage() { ); const listHeader = ( - +

{t(($) => $.page.title)}

@@ -142,7 +142,7 @@ export function ChatPage() { ); const listBody = ( -
+
+

{t(($) => $.page.title)}

{unreadCount > 0 && ( @@ -273,7 +273,7 @@ export function InboxPage() {

{t(($) => $.list.empty)}

) : ( -
+
{items.map((item) => (