From eb84fa2db4844d0a4cd8cdac867f27efbb1e15f3 Mon Sep 17 00:00:00 2001 From: El-akama Date: Fri, 11 Oct 2024 17:41:15 +0600 Subject: [PATCH] hide total amount --- src/widgets/Footer/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx index ab20cb0..2a46852 100644 --- a/src/widgets/Footer/Footer.tsx +++ b/src/widgets/Footer/Footer.tsx @@ -10,7 +10,7 @@ import play_market_btn from "./icons/play-market-btn.svg"; import { Link } from "@/shared/config/navigation"; import { useTranslations } from "next-intl"; //import NetKgTracker from "@/widgets/NetKgTracker/NetKgTracker"; -import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget"; +//import GoogleAnalyticsWidget from "@/widgets/GoogleAnalyticsWidget/GoogleAnalyticsWidget"; const Footer = () => { const t = useTranslations("general"); @@ -37,7 +37,7 @@ const Footer = () => { {/* Only for production */}
- + {/* */} {/* hide total amount*/}
*