From a4bbca6c3e21e98a5453e19e78728cee38e63f3c Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Mon, 1 Mar 2021 20:50:49 +0900 Subject: [PATCH] feat: disable invite for private bots --- components/BotCard.tsx | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 8261192..994a25d 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -86,22 +86,24 @@ const BotCard = ({ manage = false, bot }: BotProps): JSX.Element => { 관리하기 - ) : ( - + 초대하기 + : + - - 초대하기 - - - )} + 초대하기 + + }