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}
- } */} + }