From 092ae1f986f3a029b7fea5aac14cbe76907c8c19 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 24 Apr 2021 23:06:14 -0400 Subject: [PATCH] Fix Song details row height --- ui/src/common/SongDetails.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/src/common/SongDetails.js b/ui/src/common/SongDetails.js index b1e8faa7a..17676eb61 100644 --- a/ui/src/common/SongDetails.js +++ b/ui/src/common/SongDetails.js @@ -50,11 +50,7 @@ export const SongDetails = (props) => { {Object.keys(data).map((key) => { return ( - + {translate(`resources.song.fields.${key}`, { _: inflection.humanize(inflection.underscore(key)), })}