|
@@ -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>;
|
|
|
}
|