Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 1, 2024
1 parent b4dba4b commit 43ac429
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/next/src/lib/metadata/generate/basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ export function AppleWebAppMeta({
const { capable, title, startupImage, statusBarStyle } = appleWebApp

return MetaFilter([
capable
? Meta({ name: 'mobile-web-app-capable', content: 'yes' })
: null,
capable ? Meta({ name: 'mobile-web-app-capable', content: 'yes' }) : null,
Meta({ name: 'apple-mobile-web-app-title', content: title }),
startupImage
? startupImage.map((image) => (
Expand Down

0 comments on commit 43ac429

Please sign in to comment.