From 6d349693a79feff99b6a01be5a46c72ba546b81c Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 5 Nov 2025 08:45:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20wip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProductUpdates.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index 0b9e35de..5d56892b 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -55,6 +55,9 @@ type NewVersionAvailableProps = { function NewVersionAvailable({ version }: NewVersionAvailableProps) { const { env } = useEnvContext(); + console.log({ + env + }); const t = useTranslations(); const [ignoredVersionUpdate, setIgnoredVersionUpdate] = useLocalStorage<