Skip to content

Commit

Permalink
Update display-products.tsx to handle temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calvadev committed May 9, 2024
1 parent 45f68ed commit bd2f243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/display-products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const DisplayEvents = ({
if (focusedPubkey && productData.pubkey !== focusedPubkey) return;
if (!productSatisfiesAllFilters(productData)) return;

if (productData.pubkey === "95a5e73109d4c419456372ce99bbf5823dfb6f77aed58d03f77ea052f150ee4a" && userPubkey !== productData.pubkey) {
if ((productData.pubkey === "95a5e73109d4c419456372ce99bbf5823dfb6f77aed58d03f77ea052f150ee4a" || productData.pubkey === "773ed8aba7ee59f6f24612533e891450b6197b5ca24e7680209adb944e330e2f") && userPubkey !== productData.pubkey) {
return; // temp fix, add adult categories or separate from global later
}

Expand Down

0 comments on commit bd2f243

Please sign in to comment.