From 71b6b849b3a226dc1c1bb09f61656c892ce210ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 25 Jan 2021 14:25:25 +0900 Subject: [PATCH] fix: wrong props --- components/Owner.tsx | 1 - pages/bots/[id].tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/components/Owner.tsx b/components/Owner.tsx index a297127..7d9da0d 100644 --- a/components/Owner.tsx +++ b/components/Owner.tsx @@ -20,6 +20,5 @@ export default Owner interface OwnerProps { id: string tag: string - avatarHash: string username: string } \ No newline at end of file diff --git a/pages/bots/[id].tsx b/pages/bots/[id].tsx index ec5e442..cb04633 100644 --- a/pages/bots/[id].tsx +++ b/pages/bots/[id].tsx @@ -131,7 +131,6 @@ const Bots: NextPage = ({ data, date }) => { key={el.id} id={el.id} tag={el.tag} - avatarHash={el.avatar} username={el.username} /> ))}