mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
fix: wrong props
This commit is contained in:
parent
28d4fc116a
commit
71b6b849b3
@ -20,6 +20,5 @@ export default Owner
|
|||||||
interface OwnerProps {
|
interface OwnerProps {
|
||||||
id: string
|
id: string
|
||||||
tag: string
|
tag: string
|
||||||
avatarHash: string
|
|
||||||
username: string
|
username: string
|
||||||
}
|
}
|
||||||
@ -131,7 +131,6 @@ const Bots: NextPage<BotsProps> = ({ data, date }) => {
|
|||||||
key={el.id}
|
key={el.id}
|
||||||
id={el.id}
|
id={el.id}
|
||||||
tag={el.tag}
|
tag={el.tag}
|
||||||
avatarHash={el.avatar}
|
|
||||||
username={el.username}
|
username={el.username}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user