From 10f7af9ad082840202f9985cb491f47ce951c7e5 Mon Sep 17 00:00:00 2001 From: Avery Date: Wed, 20 Sep 2023 12:34:37 -0700 Subject: [PATCH] Update src/dispatch/static/dispatch/src/incident/store.js Co-authored-by: Marc Vilanova <39573146+mvilanova@users.noreply.github.com> --- src/dispatch/static/dispatch/src/incident/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/static/dispatch/src/incident/store.js b/src/dispatch/static/dispatch/src/incident/store.js index d5f771ad5501..bf57d004f858 100644 --- a/src/dispatch/static/dispatch/src/incident/store.js +++ b/src/dispatch/static/dispatch/src/incident/store.js @@ -208,7 +208,7 @@ const actions = { commit("SET_SELECTED", incident) state.report.tactical.actions += - "\nOutstanding Incident Tasks:\n" + + "\n\nOutstanding Incident Tasks:\n" + incident.tasks.reduce((result, task) => { if (task.status == "Resolved") { return result