Skip to content

Commit

Permalink
Hide NFC write warning on web
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed Jan 2, 2025
1 parent 15b738d commit 47d6a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScanSpinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function ScanSpinner(props: {
}
}, []);

if (!nfcSupported) {
if (!nfcSupported && Capacitor.isNativePlatform()) {
return (
<Card className="mx-2 mb-2">
<div className="flex flex-row items-center justify-between gap-3">
Expand Down

0 comments on commit 47d6a1a

Please sign in to comment.