diff --git a/src/routes/Settings/Player/Player.tsx b/src/routes/Settings/Player/Player.tsx index dc2a2a3f0..09d494023 100644 --- a/src/routes/Settings/Player/Player.tsx +++ b/src/routes/Settings/Player/Player.tsx @@ -66,15 +66,6 @@ const Player = forwardRef(({ profile }: Props, ref) => { {...subtitlesOutlineColorInput} /> - { - shell.active && - - } } + { + shell.active && + + } );