Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Aug 26, 2024
1 parent b57224b commit a8f88b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/providers/PWAProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export const usePWA = (): PWADataProps => {
const platform = getMobileOperatingSystem();

async function handleInstallCheck(e: any) {
const platform = getMobileOperatingSystem();

if (
window.matchMedia("(display-mode: standalone)").matches ||
window.matchMedia("(display-mode: fullscreen)").matches
Expand Down

1 comment on commit a8f88b7

@vercel
Copy link

@vercel vercel bot commented on a8f88b7 Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.