Skip to content

Commit 1fcf734

Browse files
committed
Make JSX compilation happy
1 parent 49da7bb commit 1fcf734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescriptlang-org/src/components/layout/CookieBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const CookieBanner = (props: { lang: string }) => {
4949
</Helmet>
5050

5151
<div id="cookie-banner" className="openx"></div>
52-
{scriptLoaded && verboseCookieLogging()}
52+
{(scriptLoaded && verboseCookieLogging(), "")}
5353
</>
5454
)
5555
}

0 commit comments

Comments
 (0)