From 76941673ed9050914520e7ae8527b0609da9426e Mon Sep 17 00:00:00 2001 From: Darragh Burke Date: Tue, 19 Apr 2022 14:49:35 -0700 Subject: [PATCH] inspector render n/a when internal texture undef (#12409) --- .../propertyGrids/materials/texturePropertyGridComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/materials/texturePropertyGridComponent.tsx b/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/materials/texturePropertyGridComponent.tsx index 2b0c6160e62..825029afa48 100644 --- a/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/materials/texturePropertyGridComponent.tsx +++ b/packages/dev/inspector/src/components/actionTabs/tabs/propertyGrids/materials/texturePropertyGridComponent.tsx @@ -346,7 +346,7 @@ export class TexturePropertyGridComponent extends React.Component {extension && } - + {count >= 0 && }