diff --git a/src/app/App.tsx b/src/app/App.tsx index 0a10ed47..b06f8328 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3017,6 +3017,10 @@ export function App({ : materialInspectorScope === "face" ? selectedFaceMaterial : null; + const materialInspectorCustomMaterial = + materialInspectorMaterial?.kind === "custom" + ? materialInspectorMaterial + : null; const materialInspectorActiveLabel = materialInspectorScope === "brush" ? "Active Scope" : "Active Face"; const materialInspectorActiveValue =