diff --git a/src/components/admin/resources/form.tsx b/src/components/admin/resources/form.tsx index df75979..ba1f2f2 100644 --- a/src/components/admin/resources/form.tsx +++ b/src/components/admin/resources/form.tsx @@ -40,7 +40,7 @@ const SelectImageInput = ({ file }: { file?: string }) => { * Contains the input fields for editing the links for a resource * @returns */ -const ResourceLinkSubForm = ({ resource }: { resource?: AuditoryResource }) => { +const ResourceLinkSubForm = ({}) => { return (