show newest incident stages first

This commit is contained in:
Skip R. 2018-07-18 15:06:33 -07:00
parent a44574249a
commit 257febd9cc
No known key found for this signature in database
GPG key ID: 1508C19D7436A26D

View file

@ -19,7 +19,7 @@ const Incident = ({ incident }) => {
const stageNodes = stages.map(
(stage) => <Stage key={stage.title} stage={stage}/>
)
).reverse() // show newest first
return (
<div className="incident">