From ef72baef1e6f0e97668433c359981f108104353e Mon Sep 17 00:00:00 2001 From: Darragh Burke Date: Tue, 19 Apr 2022 14:02:44 -0700 Subject: [PATCH] inspector render n/a when internal texture undef --- .../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 && }