edit metrics

This commit is contained in:
madarsbiss
2021-09-21 20:29:22 +03:00
parent 69450a7f67
commit 36429c61c6
6 changed files with 42 additions and 42 deletions

View File

@@ -129,7 +129,7 @@ const App = () => {
/>
</div>
<Metrics styles={styles} data={weatherData} systemUsed={systemUsed} />
<Metrics data={weatherData} systemUsed={systemUsed} />
<SwitchBox onClick={changeSystem} systemUsed={systemUsed} />
</div>
</div>