Display comments in SongDetails and AlbumList's details

This commit is contained in:
Deluan
2020-11-11 11:58:03 -05:00
parent 98af68ac99
commit 5111cf8c33
5 changed files with 97 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@ import {
} from '../common'
import { AlbumContextMenu } from '../common'
import { makeStyles } from '@material-ui/core/styles'
import MultiLineTextField from '../common/MultiLineTextField'
const useStyles = makeStyles({
columnIcon: {
@@ -39,6 +40,7 @@ const AlbumDetails = (props) => {
<BooleanField source="compilation" />
<DateField source="updatedAt" showTime />
<SizeField source="size" />
<MultiLineTextField source="comment" />
</SimpleShowLayout>
</Show>
)