Oh yea ESLint exists :(

This commit is contained in:
Cooper Ransom 2024-04-22 14:10:34 -04:00
parent ff1096080b
commit 108aacb01e

View File

@ -95,10 +95,10 @@ export function RealPlayerView() {
<PlayerPart backUrl={backUrl} onMetaChange={metaChange}>
<Helmet>
<style type="text/css">{`
html, body {
scrollbar-gutter: auto;
}
`}</style>
html, body {
scrollbar-gutter: auto;
}
`}</style>
</Helmet>
{status === playerStatus.IDLE ? (
<MetaPart onGetMeta={setPlayerMeta} />