From 9bd611971de88578169e721cbf6450717b2d5a5e Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 10 Mar 2025 09:38:39 +0330 Subject: [PATCH] title service --- dev-dist/sw.js | 2 +- src/components/ServiceItem.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-dist/sw.js b/dev-dist/sw.js index 220ba93..2a248e0 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.lk9q5k3mhb8" + "revision": "0.l4nfhsuumkg" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/components/ServiceItem.tsx b/src/components/ServiceItem.tsx index 1414231..1de3f4a 100644 --- a/src/components/ServiceItem.tsx +++ b/src/components/ServiceItem.tsx @@ -45,12 +45,12 @@ const ServiceItem: FC = (props: Props) => { } - {/* { - props.isQuikAccess && props.businessName && + { + !props.isLinkPanel &&
-
{props.businessName}
+
{item.title}
- } */} + }