From 4ea422abb50a6d35c84ab8593858dbe6603b2928 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 19 Sep 2022 15:13:55 -0500 Subject: [PATCH] ChatsPage: remove pb-36 --- app/soapbox/pages/chats-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/pages/chats-page.tsx b/app/soapbox/pages/chats-page.tsx index b822f3d85..ae9f5d6d9 100644 --- a/app/soapbox/pages/chats-page.tsx +++ b/app/soapbox/pages/chats-page.tsx @@ -3,7 +3,7 @@ import React from 'react'; /** Custom layout for chats on desktop. */ const ChatsPage: React.FC = ({ children }) => { return ( -
+
{children}
);