mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 22:54:46 +08:00
Empty sections will be hidden from guests. Fixed temperature value rounding. Added welcome message
This commit is contained in:
@@ -71,7 +71,7 @@ export const WeatherWidget = (): JSX.Element => {
|
||||
{config.isCelsius ? (
|
||||
<span>{weather.tempC}°C</span>
|
||||
) : (
|
||||
<span>{weather.tempF}°F</span>
|
||||
<span>{Math.round(weather.tempF)}°F</span>
|
||||
)}
|
||||
|
||||
{/* ADDITIONAL DATA */}
|
||||
|
||||
Reference in New Issue
Block a user