Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Karakas
SWP_SS24_Wetterdaten_sammeln
Commits
2d6c61d2
Commit
2d6c61d2
authored
Jun 09, 2024
by
Weiser
Browse files
else
parent
f3a6cde5
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/weather/currentData.js
View file @
2d6c61d2
...
...
@@ -346,8 +346,9 @@ const Currentdata = (props) => {
if
(
temp
)
{
if
(
units
==
world
)
{
filterArray
.
push
(
"
temp_c
"
);
}
}
else
{
filterArray
.
push
(
"
temp_f
"
);
}
}
if
(
id_day
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment