Show disc title in main view

This commit is contained in:
Stefano Brilli 2020-03-24 19:42:43 +01:00
parent 921c9ee837
commit b7c45ed34e
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ export const Main = (props: {}) => {
</Typography>
) : (
<Typography component="h3" variant="h6" className={classes.toolbarLabel}>
Content
{disc?.title || `Empty Disc Title`}
</Typography>
)}