diff --git a/src/App.js b/src/App.js
index a7c2d4295d4908a02d60a73ed5690339d6da66aa..3d5301e1b1ac8f46916d5eed2162a75f52eb05c8 100644
--- a/src/App.js
+++ b/src/App.js
@@ -74,7 +74,6 @@ class App extends Component {
- {logins}
diff --git a/src/components/StudentsList.js b/src/components/StudentsList.js
index 2aa736636935e3472bc1978603a06fb4393d84c7..37a32f781ae28e3e81ae91141eb956ab81dff0a1 100644
--- a/src/components/StudentsList.js
+++ b/src/components/StudentsList.js
@@ -6,16 +6,13 @@ export const StudentsList = (props) => {
return (
<>
- -
- {
- console.log(logins)
-
- }
-
- - Dapibus ac facilisis in
- - Morbi leo risus
- - Porta ac consectetur ac
- - Vestibulum at eros
+ {
+ logins.map(login => (-
+ {
+ login
+ }
+
))
+ }
>
)