Skip to content

Commit

Permalink
fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marjisound committed Jan 27, 2025
1 parent 1daf088 commit 123a5a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dotcom-rendering/src/layouts/FrontLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,9 @@ export const FrontLayout = ({ front, NAV }: Props) => {
absoluteServerTimes={
absoluteServerTimes
}
renderingTarget={renderingTarget}
renderingTarget={
renderingTarget
}
/>
</Island>
</Section>
Expand Down

0 comments on commit 123a5a7

Please sign in to comment.