From b10f491de8840a372930606f5fefb5638f93ada1 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 b1e8faa7..17676eb6 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)), })}