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 (