From 28d4fc116a46b3c69c517e42b60360400ddeb7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 25 Jan 2021 14:24:17 +0900 Subject: [PATCH] fix: wrong prop --- components/Owner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
- +

{username}