show newest incident stages first
This commit is contained in:
parent
a44574249a
commit
257febd9cc
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue