diff --git a/src/components/WindowSideBarCollectionPanel.js b/src/components/WindowSideBarCollectionPanel.js index 5de5bc7071f06da61dda5803354335ea7ff06c9c..564546285754100924d45e2885180c56d10939f2 100644 --- a/src/components/WindowSideBarCollectionPanel.js +++ b/src/components/WindowSideBarCollectionPanel.js @@ -99,7 +99,7 @@ export class WindowSideBarCollectionPanel extends Component { </ListItem> </List> )} - <Typography primaryTypographyProps={{ variant: 'h6' }}> + <Typography variant="h6"> { collection && WindowSideBarCollectionPanel.getUseableLabel(collection)} { isFetching && <Skeleton className={classes.placeholder} variant="text" />} </Typography>