Update catalog frontpage layout

This commit is contained in:
Bill 2021-07-29 03:38:27 -04:00
parent b200e93968
commit 6e6735eeff

View File

@ -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;
} }
}, []); }, []);