@@ -15,7 +15,7 @@ import CatalogPreview from "./CatalogPreview";
|
|||||||
type Props = {
|
type Props = {
|
||||||
item: CatalogItemType;
|
item: CatalogItemType;
|
||||||
refetch: () => void;
|
refetch: () => void;
|
||||||
slug: string;
|
slug?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
const CatalogueItem: FC<Props> = ({ item, refetch, slug }) => {
|
const CatalogueItem: FC<Props> = ({ item, refetch, slug }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user