Fix Song details row height

This commit is contained in:
Deluan 2021-04-24 23:06:14 -04:00
parent b671d0ff7b
commit b10f491de8

View File

@ -50,11 +50,7 @@ export const SongDetails = (props) => {
{Object.keys(data).map((key) => {
return (
<TableRow key={`${record.id}-${key}`}>
<TableCell
component="th"
scope="row"
className={classes.tableCell}
>
<TableCell scope="row" className={classes.tableCell}>
{translate(`resources.song.fields.${key}`, {
_: inflection.humanize(inflection.underscore(key)),
})}