We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83f9c6 commit 2157e61Copy full SHA for 2157e61
pages/bots/[id]/index.tsx
@@ -37,7 +37,7 @@ const Modal = dynamic(() => import('@components/Modal'))
37
const NSFW = dynamic(() => import('@components/NSFW'))
38
39
const Bots: NextPage<BotsProps> = ({ data, desc, date, user, theme, csrfToken }) => {
40
- const bg = checkBotFlag(data?.flags, 'trusted') && data?.banner
+ const bg = checkBotFlag(data?.flags, 'trusted') && data?.bg
41
const router = useRouter()
42
const [nsfw, setNSFW] = useState<boolean>()
43
const [reportModal, setReportModal] = useState(false)
0 commit comments