mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50:52 +01:00
Update catalog frontpage layout
This commit is contained in:
parent
b200e93968
commit
6e6735eeff
@ -19,6 +19,9 @@ export const CatalogLayoutFrontpage4View: FC<CatalogLayoutFrontpage4ViewProps> =
|
|||||||
case CatalogFrontPageItem.ITEM_CATALOGUE_PAGE:
|
case CatalogFrontPageItem.ITEM_CATALOGUE_PAGE:
|
||||||
CreateLinkEvent(`catalog/open/${ item.catalogPageLocation }`);
|
CreateLinkEvent(`catalog/open/${ item.catalogPageLocation }`);
|
||||||
return;
|
return;
|
||||||
|
case CatalogFrontPageItem.ITEM_PRODUCT_OFFER:
|
||||||
|
CreateLinkEvent(`catalog/open/${ item.productOfferId }`);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user