Commit 2d6c61d2 authored by Weiser's avatar Weiser
Browse files

else

parent f3a6cde5
...@@ -346,8 +346,9 @@ const Currentdata = (props) => { ...@@ -346,8 +346,9 @@ const Currentdata = (props) => {
if (temp) { if (temp) {
if (units == world) { if (units == world) {
filterArray.push("temp_c"); filterArray.push("temp_c");
} } else{
filterArray.push("temp_f"); filterArray.push("temp_f");
}
} }
if (id_day) { if (id_day) {
......
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