Skip to content

Commit

Permalink
Small formatting change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunasNorvaisa committed Feb 28, 2020
1 parent 4db13ec commit 595f062
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Weather.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export default function Weather() {
};

return (
weatherLoaded ?
<div>
weatherLoaded
? <div>
<WeatherByTheHour />
<div className='renderedWeather'>
<button className='cOrF' onClick={handleTemperatureUnitChange}>
Expand All @@ -60,7 +60,7 @@ export default function Weather() {
Sky</a></div>
</div>
</div>
</div> :
<h3>Loading weather, please wait...</h3>
</div>
: <h3>Loading weather, please wait...</h3>
);
}

0 comments on commit 595f062

Please sign in to comment.