From c779f9fc39f454b9b715daceebbf0c044d33cb86 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 10 Mar 2025 09:15:24 +0330 Subject: [PATCH] quik access --- dev-dist/sw.js | 2 +- src/components/ServiceItem.tsx | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/dev-dist/sw.js b/dev-dist/sw.js index 53d1f40..220ba93 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-e7681877'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.1g07ism6nj8" + "revision": "0.lk9q5k3mhb8" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/components/ServiceItem.tsx b/src/components/ServiceItem.tsx index 26e6e82..1414231 100644 --- a/src/components/ServiceItem.tsx +++ b/src/components/ServiceItem.tsx @@ -45,14 +45,13 @@ const ServiceItem: FC = (props: Props) => { } -
- { - props.isQuikAccess && props.businessName ? -
{props.businessName}
- : -
{item.title}
- } -
+ {/* { + props.isQuikAccess && props.businessName && +
+
{props.businessName}
+
+ } */} +