fix build
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-07 16:00:37 +03:30
parent 5002596bb9
commit 89d9155184
@@ -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 }) => {