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