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
4bb36d4b
Commit
4bb36d4b
authored
Jun 12, 2024
by
Weiser
Browse files
fix
parent
cabb31c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/weather/currentData.js
View file @
4bb36d4b
...
...
@@ -515,14 +515,14 @@ const Currentdata = (props) => {
}
if
(
pressure
)
{
if
(
units
==
"
world
"
)
{
filterArray
.
push
(
"
temp
_mb
"
);
filterArray
.
push
(
"
pressure
_mb
"
);
}
else
{
filterArray
.
push
(
"
pressure_in
"
);
}
}
if
(
precip
)
{
if
(
units
==
"
world
"
)
{
filterArray
.
push
(
"
tem
p_mm
"
);
filterArray
.
push
(
"
preci
p_mm
"
);
}
else
{
filterArray
.
push
(
"
precip_in
"
);
}
...
...
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