Closed pierrepebay closed 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
dashboard/page.tsx
representativeRank ?
representativeRank !== null && representativeRank !== undefined ?
null
To fix: in
dashboard/page.tsx
for the analysis result component :representativeRank ?
->representativeRank !== null && representativeRank !== undefined ?
and change default state value tonull