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