Skip to content

Commit

Permalink
Remove duplicate style block
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpmccormick committed Sep 18, 2024
1 parent 535ef18 commit f0ec3b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/views/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class WecoDoc extends Document<DocumentInitialPropsWithTogglesAndGa> {
styles: (
<>
{initialProps.styles}
{sheet.getStyleElement()}
{/* TODO: re-add sheet.getStyleElement below when Chromium fix https://issues.chromium.org/issues/367758074 */}
{/* {sheet.getStyleElement()} */}
</>
),
};
Expand Down

0 comments on commit f0ec3b3

Please sign in to comment.