add by me coffee
This commit is contained in:
@@ -18,7 +18,7 @@ export enum LDMSampler {
|
||||
|
||||
function HDSettingBlock() {
|
||||
const [hdSettings, setHDSettings] = useRecoilState(hdSettingsState)
|
||||
if (!hdSettings.enabled) {
|
||||
if (!hdSettings?.enabled) {
|
||||
return <></>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user