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 {
|
||||
id: string
|
||||
tag: string
|
||||
avatarHash: string
|
||||
username: string
|
||||
}
|
||||
@ -131,7 +131,6 @@ const Bots: NextPage<BotsProps> = ({ data, date }) => {
|
||||
key={el.id}
|
||||
id={el.id}
|
||||
tag={el.tag}
|
||||
avatarHash={el.avatar}
|
||||
username={el.username}
|
||||
/>
|
||||
))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user