fix tenant details screen (#276)

This commit is contained in:
Lenin Alevski
2020-09-15 14:00:28 -07:00
committed by GitHub
parent 9f6d965ba2
commit 645b45cf35
2 changed files with 2 additions and 2 deletions

View File

@@ -339,7 +339,7 @@ class ViewBucket extends React.Component<IViewBucketProps, IViewBucketState> {
<Grid container> <Grid container>
<Grid item xs={12}> <Grid item xs={12}>
<Typography variant="h6"> <Typography variant="h6">
Bucket > {match.params["bucketName"]} {`Bucket > ${match.params["bucketName"]}`}
</Typography> </Typography>
</Grid> </Grid>
<Grid item xs={12}> <Grid item xs={12}>

View File

@@ -201,7 +201,7 @@ const TenantDetails = ({ classes, match }: ITenantDetailsProps) => {
<Grid container> <Grid container>
<Grid item xs={12}> <Grid item xs={12}>
<Typography variant="h6"> <Typography variant="h6">
Tenant > {match.params["tenantName"]} {`Tenant > ${match.params["tenantName"]}`}
</Typography> </Typography>
</Grid> </Grid>
<Grid item xs={12}> <Grid item xs={12}>