mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-11-17 17:17:30 +01:00
feat(icons/id): Add related icons
This commit is contained in:
committed by
Bjorn Lammers
parent
f0e20c2b19
commit
64c49274da
@@ -99,5 +99,5 @@ export default async function IconPage({ params }: { params: Promise<{ icon: str
|
||||
|
||||
const authorData = await getAuthorData(originalIconData.update.author.id)
|
||||
|
||||
return <IconDetails icon={icon} iconData={originalIconData} authorData={authorData} />
|
||||
return <IconDetails icon={icon} iconData={originalIconData} authorData={authorData} allIcons={iconsData} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user