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} /> ))}