diff --git a/ui/src/album/AlbumShow.jsx b/ui/src/album/AlbumShow.jsx index 79aab6d6b..c9e944999 100644 --- a/ui/src/album/AlbumShow.jsx +++ b/ui/src/album/AlbumShow.jsx @@ -4,12 +4,13 @@ import { ShowContextProvider, useShowContext, useShowController, + Title as RaTitle, } from 'react-admin' import { makeStyles } from '@material-ui/core/styles' import AlbumSongs from './AlbumSongs' import AlbumDetails from './AlbumDetails' import AlbumActions from './AlbumActions' -import { useResourceRefresh } from '../common' +import { useResourceRefresh, Title } from '../common' const useStyles = makeStyles( (theme) => ({ @@ -30,6 +31,7 @@ const AlbumShowLayout = (props) => { return ( <> + {record && } />} {record && } {record && ( { const record = useRecordContext(props) @@ -76,6 +77,7 @@ const ArtistShowLayout = (props) => { return ( <> + {record && } />} {record && } {record && ( { return ( <> + {record && } />} {record && } {record && (