u
This commit is contained in:
@@ -558,9 +558,7 @@ class ViewManager extends Component {
|
||||
);
|
||||
})}
|
||||
</Box>
|
||||
<Typography variant="body2" color="text.secondary" sx={{ mt: 2, textAlign: 'center' }}>
|
||||
📊 Current outputs: {Object.entries(this.state.outputValues).filter(([k, v]) => v > 0).map(([k, v]) => `${k}=${v}`).join(', ') || 'all off'}
|
||||
</Typography>
|
||||
|
||||
</Paper>
|
||||
)}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user