Darragh Burke 5 роки тому
батько
коміт
fd917e7b56

+ 1 - 1
inspector/src/components/actionTabs/tabs/propertyGrids/materials/textures/bottomBar.tsx

@@ -9,7 +9,7 @@ interface BottomBarProps {
 export class BottomBar extends React.Component<BottomBarProps> {
     render() {
         return <div id='bottom-bar'>
-            <span id='file-url'>{this.props.name} {this.props.hasMips ? "true" : "false"}</span>
+            <span id='file-url'>{this.props.name}</span>
             {this.props.hasMips && <span id='mip-level'>MIP Preview: {this.props.mipLevel}</span>}
         </div>;
     }