Skip to content

Commit

Permalink
Test log commit
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Jul 30, 2024
1 parent 18f9aab commit 9725a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/TopWarning/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9725a31

Please sign in to comment.