We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97b163 commit 7c6f19aCopy full SHA for 7c6f19a
apps/dolly-frontend/src/main/js/src/utils/hooks/useNom.tsx
@@ -22,7 +22,6 @@ export const useNomData = (ident: any) => {
22
.then((response: any) => ({ data: response }))
23
},
24
)
25
-
26
return {
27
nomData: data,
28
loading: isLoading,
0 commit comments