diff --git a/dev-dist/sw.js b/dev-dist/sw.js index 2b1ee05..07b869e 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,11 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", -<<<<<<< HEAD - "revision": "0.iv1sobg60j" -======= - "revision": "0.3bv9k3911i8" ->>>>>>> 688f6740627f6cdb421849d1fb012420be1d9d10 + "revision": "0.vfttnul9ej" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/Pages/ManageCMS/PrivacyPolicy/PrivacyPolicy.tsx b/src/Pages/ManageCMS/PrivacyPolicy/PrivacyPolicy.tsx index f33ba9c..07fe9ea 100644 --- a/src/Pages/ManageCMS/PrivacyPolicy/PrivacyPolicy.tsx +++ b/src/Pages/ManageCMS/PrivacyPolicy/PrivacyPolicy.tsx @@ -18,7 +18,7 @@ const PrivacyPolicy = () => { // Fetch data using RTK Query with type annotations const { data, isLoading } = useGetPrivacyPolicyQuery(); - console.log(isLoading); + // Log the response for debugging