From 29ec850eef404921b2f23dfd009b437e2586eea2 Mon Sep 17 00:00:00 2001 From: Zach Harding Date: Sun, 5 Apr 2026 17:11:16 -0400 Subject: [PATCH] commented out the auth related to inventory --- src/pages/partials/card-modal.astro | 8 ++++---- src/pages/partials/cards.astro | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/partials/card-modal.astro b/src/pages/partials/card-modal.astro index b4f3437..3266052 100644 --- a/src/pages/partials/card-modal.astro +++ b/src/pages/partials/card-modal.astro @@ -272,13 +272,13 @@ const altSearchUrl = (card: any) => { DamagedDMG - {hasAccess && ( + {/* {hasAccess && ( */} - )} + {/* )} */}
@@ -361,7 +361,7 @@ const altSearchUrl = (card: any) => {
); })} - {hasAccess && ( + {/* {hasAccess && ( */} - )} + {/* )} */} diff --git a/src/pages/partials/cards.astro b/src/pages/partials/cards.astro index 7dbc266..12e88db 100644 --- a/src/pages/partials/cards.astro +++ b/src/pages/partials/cards.astro @@ -295,11 +295,11 @@ const facets = searchResults.results.slice(1).map((result: any) => { {pokemon.map((card:any) => (
- {hasAccess && ( + {/* {hasAccess && ( */} - )} + {/* )} */}
{card.productName}