From 81abbbabd11df17b5fe795e725f5841273fbf125 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 24 Apr 2025 14:31:48 +0700 Subject: Make Popup Banner show in product detail for non auth user --- src-migrate/modules/product-detail/components/ProductDetail.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src-migrate/modules/product-detail') diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index 4667e086..539ff6d7 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -23,6 +23,8 @@ import PriceAction from './PriceAction'; import SimilarBottom from './SimilarBottom'; import SimilarSide from './SimilarSide'; +import PagePopupInformation from '~/modules/popup-information'; + import { gtagProductDetail } from '@/core/utils/googleTag'; type Props = { @@ -80,6 +82,7 @@ const ProductDetail = ({ product }: Props) => {
+
-- cgit v1.2.3