Skip to content

Commit

Permalink
Format metadata.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodosky committed Nov 20, 2024
1 parent 3b61794 commit b284728
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/next/src/lib/metadata/metadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ export function createMetadataComponents({
<ViewportBoundary>
<Viewport />
</ViewportBoundary>
{appUsingSizeAdjustment ? <meta name="next-size-adjust" content="" /> : null}
{appUsingSizeAdjustment ? (
<meta name="next-size-adjust" content="" />
) : null}
</>
)
}
Expand Down

0 comments on commit b284728

Please sign in to comment.