Fix Song details row height

This commit is contained in:
Deluan 2021-04-24 23:06:14 -04:00 committed by Joe Stump
parent bc4cfba8e6
commit 092ae1f986
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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)),
})}