Update plugins/catalog/src/hooks/useEntity.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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<{
|
||||
|
||||
Reference in New Issue
Block a user