From 257febd9ccd6f374eae989e34fcb58a7ca610f6a Mon Sep 17 00:00:00 2001 From: slice Date: Wed, 18 Jul 2018 15:06:33 -0700 Subject: [PATCH] show newest incident stages first --- priv/frontend/src/components/Incident.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/frontend/src/components/Incident.js b/priv/frontend/src/components/Incident.js index 3d58d4c..88f789c 100644 --- a/priv/frontend/src/components/Incident.js +++ b/priv/frontend/src/components/Incident.js @@ -19,7 +19,7 @@ const Incident = ({ incident }) => { const stageNodes = stages.map( (stage) => - ) + ).reverse() // show newest first return (