diff --git a/src/components/chats/ChatItem/ChatItemMenus.tsx b/src/components/chats/ChatItem/ChatItemMenus.tsx index a819285f2..d54b23bc5 100644 --- a/src/components/chats/ChatItem/ChatItemMenus.tsx +++ b/src/components/chats/ChatItem/ChatItemMenus.tsx @@ -146,10 +146,12 @@ export default function ChatItemMenus({ } if (isAuthorized) { - menus.push({ - isSeparator: true, - text: '', - }) + if (menus.length > 0) { + menus.push({ + isSeparator: true, + text: '', + }) + } if (!loadingSocialProfile && !isVerifiedUser) { menus.push({ text: 'Approve User',