We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d028d commit 3f69732Copy full SHA for 3f69732
src/App.js
@@ -8,7 +8,6 @@ import Home from './routes/Home';
8
import Metrics from './routes/Metrics';
9
import ErrorPage from './routes/ErrorPage';
10
import './App.css';
11
-// import MetricDetails from './components/MetricDetails';
12
13
function App() {
14
return (
src/components/GeneralData.js
@@ -36,7 +36,7 @@ export default function GeneralData() {
36
<h3>{allmetrics[17].region.value}</h3>
37
{' '}
38
<h4>
39
- {allmetrics[17].total}
+ {(allmetrics[17].total) + 3}
40
41
Countries
42
</h4>
0 commit comments