added names for resource chart
This commit is contained in:
@@ -93,13 +93,12 @@ export default function ResourceChart(props) {
|
||||
const handleClick = (e) => {
|
||||
loadData()
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={classes.root}>
|
||||
<Grid container spacing={2}>
|
||||
<Grid item xs={12}>
|
||||
<Typography variant="h4">
|
||||
Resource Chart
|
||||
{props.location.state.name}
|
||||
</Typography>
|
||||
</Grid>
|
||||
<Grid item xs={12}>
|
||||
|
||||
Reference in New Issue
Block a user