Commit 0331081e authored by Weiser's avatar Weiser
Browse files

XYC

parent 5150990f
......@@ -264,7 +264,7 @@ const Currentdata = (props) => {
const last_updated_epoch =
document.getElementById("last_updated_epoch").checked;
const last_updated = document.getElementById("last_updated").checked;
const temp_c = document.getElementById("temp").checked;
const temp = document.getElementById("temp").checked;
const id_day = document.getElementById("id_day").checked;
const condition_text = document.getElementById("condition_text").checked;
const condition_icon = document.getElementById("condition_icon").checked;
......@@ -414,7 +414,7 @@ const Currentdata = (props) => {
if (gust) {
if(units == world){
filterArray.push("gust_kph");
}
}
filterArray.push("gust_mph");
}
if (air_quality_co) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment