diff --git a/public/service-worker.js b/public/service-worker.js index dcbb6ae..d6f2361 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,8 +1,8 @@ const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1"; if (!isLocalhost) { - const STATIC_CACHE = "construction-delivery-static-v8"; - const RUNTIME_CACHE = "construction-delivery-runtime-v8"; + const STATIC_CACHE = "construction-delivery-static-v9"; + const RUNTIME_CACHE = "construction-delivery-runtime-v9"; const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => { diff --git a/src/components/orders/OrdersTable.jsx b/src/components/orders/OrdersTable.jsx index 5e69805..107d03b 100644 --- a/src/components/orders/OrdersTable.jsx +++ b/src/components/orders/OrdersTable.jsx @@ -127,11 +127,11 @@ export const OrdersTable = ({ : "border-[var(--color-border)] bg-[var(--color-surface-strong)]"; return ( - + ); })}