File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
client/src/frontend/containers/ResourceDetail Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { useTranslation } from "react-i18next";
55import { useParams , useLocation } from "react-router-dom" ;
66import ResourceDetail from "frontend/components/resource/Detail" ;
77import { fatalErrorActions } from "actions" ;
8- import { resourcesAPI , resourceCollectionsAPI , requests } from "api" ;
8+ import { resourcesAPI , resourceCollectionsAPI } from "api" ;
99import { RegisterBreadcrumbs } from "global/components/atomic/Breadcrumbs" ;
1010import { breadcrumbs } from "./breadcrumbs" ;
1111import HeadContent from "global/components/HeadContent" ;
@@ -23,7 +23,6 @@ export default function ResourceDetailContainer({
2323 const currentUser = useCurrentUser ( ) ?? { id : null } ;
2424 const { data : resource } = useFetch ( {
2525 request : [ resourcesAPI . show , resourceId ] ,
26- options : { requestKey : requests . feResource } ,
2726 dependencies : [ currentUser . id ]
2827 } ) ;
2928 const { data : collection } = useFetch ( {
You can’t perform that action at this time.
0 commit comments