Update plugins/catalog/src/hooks/useEntity.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Patrik Oldsberg
2020-12-28 11:13:50 +01:00
committed by GitHub
parent 87c0c53c2f
commit 63f40032ca
+1 -1
View File
@@ -55,7 +55,7 @@ export const useEntityFromUrl = (): EntityLoadingStatus => {
};
/**
* Grab Entity from the context and it's current loading state.
* Grab Entity from the context and its current loading state.
*/
export const useEntity = () => {
const { entity, loading, error } = useContext<{