Skip to content

Commit 7c6f19a

Browse files
committed
push #deploy-test-frontend
1 parent c97b163 commit 7c6f19a

File tree

1 file changed

+0
-1
lines changed
  • apps/dolly-frontend/src/main/js/src/utils/hooks

1 file changed

+0
-1
lines changed

apps/dolly-frontend/src/main/js/src/utils/hooks/useNom.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const useNomData = (ident: any) => {
2222
.then((response: any) => ({ data: response }))
2323
},
2424
)
25-
2625
return {
2726
nomData: data,
2827
loading: isLoading,

0 commit comments

Comments
 (0)