Skip to content

Commit 3f69732

Browse files
committed
Remove commented code and check linters
1 parent f4d028d commit 3f69732

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Home from './routes/Home';
88
import Metrics from './routes/Metrics';
99
import ErrorPage from './routes/ErrorPage';
1010
import './App.css';
11-
// import MetricDetails from './components/MetricDetails';
1211

1312
function App() {
1413
return (

src/components/GeneralData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function GeneralData() {
3636
<h3>{allmetrics[17].region.value}</h3>
3737
{' '}
3838
<h4>
39-
{allmetrics[17].total}
39+
{(allmetrics[17].total) + 3}
4040
{' '}
4141
Countries
4242
</h4>

0 commit comments

Comments
 (0)