From ea93569c03a6e5871977e3296919825147ad78e0 Mon Sep 17 00:00:00 2001 From: gofnnp Date: Sun, 26 Nov 2023 03:00:26 +0400 Subject: [PATCH] fix: edits --- src/components/App/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index 0ce77f2..8afb617 100644 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -379,10 +379,8 @@ function PrivateOutlet(): JSX.Element { } function PrivateSubscriptionOutlet(): JSX.Element { - const isProduction = import.meta.env.MODE === "production"; - console.log("####: isProduction", isProduction); - - // const isProduction = false; + // const isProduction = import.meta.env.MODE === "production"; + const isProduction = false; const status = useSelector(selectors.selectStatus); return status === "subscribed" || !isProduction ? (