Skip to content

Commit 405af20

Browse files
committed
Merge branch 'develop' of github.com:objectcomputing/check-ins into feature-2795/toggle-pulse-report
2 parents 985a199 + dcaddfe commit 405af20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/pages/PulseReportPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ const PulseReportPage = () => {
504504
return (
505505
<div className="custom-tooltip">
506506
<p>{label}</p>
507-
{payload.map(p => {
507+
{payload.slice().reverse().map(p => {
508508
return <div key={p.dataKey} style={{color: `${p.color}`}}>
509509
{p.value} {p.name.props.children}
510510
</div>;

0 commit comments

Comments
 (0)