Skip to content

Commit d2644d5

Browse files
Update CountryAboutPage.tsx
1 parent c1c4ea8 commit d2644d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AboutPage/CountryAboutPage.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ export function CountryAboutPage(props: Props) {
145145
countryData,
146146
'Human development index (HDI)',
147147
).value > 0.8
148+
? 'very high'
149+
: GetDataValueAndYear(
150+
countryData,
151+
'Human development index (HDI)',
152+
).value > 0.7
148153
? 'high'
149154
: GetDataValueAndYear(
150155
countryData,

0 commit comments

Comments
 (0)