import React from 'react' export default function ActivityWeather(props) { const { activity } = props return (
Start
![]() |
End
![]() |
|
---|---|---|
![]() |
{activity.weather_start.temperature}°C | {activity.weather_end.temperature}°C |
![]() |
{activity.weather_start.humidity * 100}% | {activity.weather_end.humidity * 100}% |
![]() |
{activity.weather_start.wind}m/s | {activity.weather_end.wind}m/s |