From 52c3f32ab315be3500c4368bf0729b90799858f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?calvadev=E2=9A=A1=EF=B8=8F?= <32919103+calvadev@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:23:00 +0000 Subject: [PATCH] Why? --- components/display-products.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/display-products.tsx b/components/display-products.tsx index c0cc3bd..0e8f9f2 100644 --- a/components/display-products.tsx +++ b/components/display-products.tsx @@ -196,7 +196,9 @@ const DisplayProducts = ({ productData.pubkey === "773ed8aba7ee59f6f24612533e891450b6197b5ca24e7680209adb944e330e2f" || productData.pubkey === - "0914be24d8269be22bce80bdc4319bbe7663fd9f84f53288ee9cad94a34cda43") && + "0914be24d8269be22bce80bdc4319bbe7663fd9f84f53288ee9cad94a34cda43" || + productData.pubkey === + "996c55eb43d3a29564b5a8cde4bc8c751393daa0d9288772d4213045c6c0fd3e") && userPubkey !== productData.pubkey ) { return; // temp fix, add adult categories or separate from global later