From 8d0704c15482be87dd104690c9fa4b420b91f880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 11:06:50 +0900 Subject: [PATCH] fix: https://github.com/koreanbots/v2-testing/issues/1 --- components/BotCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 1d259d7..a774404 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -34,11 +34,11 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {

{bot.name}{' '} - {bot.trusted && ( + {bot.trusted ? ( - )} + ) : ''}

{bot.intro}