diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 53e76ec..21ea90c 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -1,5 +1,5 @@ import { Bot } from '../types' -import { formatNumber, makeBotURL } from '@utils/Tools' +import { checkBotFlag, formatNumber, makeBotURL } from '@utils/Tools' import { Status } from '@utils/Constants' import Divider from './Divider' import Tag from './Tag' @@ -13,7 +13,7 @@ const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
-
+