From cfc786ca9fb20609e8decd5faf687239ec363c66 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 6 May 2020 18:25:10 -0500 Subject: [PATCH] build --- .../javascripts/react-components/FindSessionRow.js.jsx.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/assets/javascripts/react-components/FindSessionRow.js.jsx.coffee b/web/app/assets/javascripts/react-components/FindSessionRow.js.jsx.coffee index 90faeb17d..7d40aeffc 100644 --- a/web/app/assets/javascripts/react-components/FindSessionRow.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/FindSessionRow.js.jsx.coffee @@ -452,7 +452,7 @@ MAX_MINUTES_SHOW_START = 15 if session.highlight highlight = session.highlight if highlight.new - remark = `
` + remark = `
NEW
` inSessionMusicians = @inSessionMusicians(in_session_musicians)