Show disc title in main view
This commit is contained in:
parent
921c9ee837
commit
b7c45ed34e
|
@ -221,7 +221,7 @@ export const Main = (props: {}) => {
|
|||
</Typography>
|
||||
) : (
|
||||
<Typography component="h3" variant="h6" className={classes.toolbarLabel}>
|
||||
Content
|
||||
{disc?.title || `Empty Disc Title`}
|
||||
</Typography>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue