Prettified Code!

This commit is contained in:
gabek
2021-02-21 00:09:40 +00:00
committed by GitHub Action
parent 03df7fecba
commit 7da9a4dd08
3 changed files with 25 additions and 11 deletions

View File

@@ -49,8 +49,8 @@ export default function CPUUsageSelector({ defaultValue, disabled, onChange }: P
return 'CPU usage selection is disabled when Video Passthrough is enabled.';
}
return TOOLTIPS[selectedOption]
}
return TOOLTIPS[selectedOption];
};
return (
<div className="config-video-cpu-container">