From de2759b3d547cfa56906bf5ca8ce3161864be540 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 22 May 2020 20:48:49 -0400 Subject: [PATCH] Fix react key conflic --- ui/src/common/SongDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/common/SongDetails.js b/ui/src/common/SongDetails.js index 994690cb..589e64bf 100644 --- a/ui/src/common/SongDetails.js +++ b/ui/src/common/SongDetails.js @@ -36,7 +36,7 @@ const SongDetails = (props) => { {Object.keys(data).map((key) => { return ( - + {translate(`resources.song.fields.${key}`, { _: inflection.humanize(inflection.underscore(key)),