From 9725a31087fafe9f704018b5a6ea9b482d2d3c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chy=C5=82a?= Date: Tue, 30 Jul 2024 15:24:22 +0200 Subject: [PATCH] Test log commit --- src/components/TopWarning/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/TopWarning/index.tsx b/src/components/TopWarning/index.tsx index 3536f933958..f8e1ab7b59b 100644 --- a/src/components/TopWarning/index.tsx +++ b/src/components/TopWarning/index.tsx @@ -10,6 +10,9 @@ export const TopWarning = () => { needRefresh: [needRefresh], } = useRegisterSW(); + // eslint-disable-next-line no-console + console.log("Has new version", needRefresh); + const isOnline = useNavigatorOnLine(); if (!isOnline) {