diff --git a/components/Owner.tsx b/components/Owner.tsx index 7bd958c..a297127 100644 --- a/components/Owner.tsx +++ b/components/Owner.tsx @@ -1,11 +1,11 @@ import Link from 'next/link' import DiscordAvatar from './DiscordAvatar' -const Owner = ({ id, username, tag, avatarHash }:OwnerProps):JSX.Element => { +const Owner = ({ id, username, tag }:OwnerProps):JSX.Element => { return