odziem / nasa-project

Node.js NASA Mission Control Final Project
178 stars 360 forks source link

Hello, Currently i am having an issue where i can't select the destination exoplanet, cause it's not visible in the client. i am stuck here and i using a windows computer. Please help me. #19

Open DaKreaToR opened 4 months ago

DaKreaToR commented 4 months ago

Screenshot (224) Screenshot (225)

heschmat commented 3 months ago

most likely the features name from the csv file, and the one in your code don't match; for example if in the csv file is kepler_name an your code expects keplerName, then you'll get undefined, hence you'll see white spaces.