Skip to content
Snippets Groups Projects
Commit ded23007 authored by Jack Reed's avatar Jack Reed
Browse files

Remove primaryTypographyProps in place of providing the prop

parent e3fb0aa2
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ export class WindowSideBarCollectionPanel extends Component { ...@@ -99,7 +99,7 @@ export class WindowSideBarCollectionPanel extends Component {
</ListItem> </ListItem>
</List> </List>
)} )}
<Typography primaryTypographyProps={{ variant: 'h6' }}> <Typography variant="h6">
{ collection && WindowSideBarCollectionPanel.getUseableLabel(collection)} { collection && WindowSideBarCollectionPanel.getUseableLabel(collection)}
{ isFetching && <Skeleton className={classes.placeholder} variant="text" />} { isFetching && <Skeleton className={classes.placeholder} variant="text" />}
</Typography> </Typography>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment