From 46e2c90d6c3a0cfd9dc2324e18bd8c882446a20a Mon Sep 17 00:00:00 2001 From: lyujiawe Date: Sat, 13 Jun 2020 18:02:01 +0200 Subject: [PATCH] show logins in list --- src/App.js | 1 - src/components/StudentsList.js | 17 +++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/App.js b/src/App.js index a7c2d42..3d5301e 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 2aa7366..37a32f7 100644 --- a/src/components/StudentsList.js +++ b/src/components/StudentsList.js @@ -6,16 +6,13 @@ export const StudentsList = (props) => { return ( <> ) -- GitLab