Skip to content

Commit 47798b1

Browse files
committed
fix: owner is not shown properly
1 parent c9cb46e commit 47798b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/pendingBots/[id]/[date].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const PendingBot: NextPage<PendingBotProps> = ({ data }) => {
147147
</div>
148148
<h2 className='3xl mb-2 mt-2 font-bold'>제작자</h2>
149149
<Owner
150-
id={data.id}
150+
id={data.owner.id}
151151
tag={data.owner.tag}
152152
globalName={data.owner.globalName}
153153
username={data.owner.username}

0 commit comments

Comments
 (0)