Skip to content

Commit

Permalink
Why?
Browse files Browse the repository at this point in the history
  • Loading branch information
calvadev committed Mar 4, 2025
1 parent 664c05b commit 52c3f32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/display-products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52c3f32

Please sign in to comment.