show newest incident stages first

This commit is contained in:
slice 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
1 changed files with 1 additions and 1 deletions

View File

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