File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " Nikola" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " Open source and unoffocial cross-platform desktop app to control tesla vehicles" ,
55 "author" : " Geraldo Ramos <email@geraldoramos.com> (https://geraldoramos.com)" ,
66 "homepage" : " https://github.com/geraldoramos/nikola" ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class Home extends React.Component {
8080 model : store . model ,
8181 state : store . state ,
8282 temperatureUnits : store . gui_settings ? store . gui_settings . gui_temperature_units : null ,
83- distanceUnits : store . gui_settings ? store . gui_settings . gui_distance_units : null ,
83+ distanceUnits : store . gui_settings ? store . gui_settings . gui_distance_units : '' ,
8484 chargeRateUnits : store . gui_settings ? store . gui_settings . gui_charge_rate_units : null
8585
8686 } ,
You can’t perform that action at this time.
0 commit comments