NexGenAnalytics / WorkVisualizer

High-level, interactive, visual performance analysis for High-Performance Computing (HPC)
https://www.workvisualizer.com/
Other
3 stars 0 forks source link

Representative Rank isn't displayed if it is equal to 0 #52

Closed pierrepebay closed 2 months ago

pierrepebay commented 2 months ago

To fix: in dashboard/page.tsx for the analysis result component : representativeRank ? -> representativeRank !== null && representativeRank !== undefined ? and change default state value to null