diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 2ce426c..041ab0d 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -6,7 +6,7 @@ import Tag from './Tag' import Link from 'next/link' import DiscordAvatar from './DiscordAvatar' -const BotCard = ({ bot }: BotProps): JSX.Element => { +const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => { return (