From 859147ea3d85fdc395829592d06dc235f596212f Mon Sep 17 00:00:00 2001 From: Sahni-Arjun Date: Tue, 5 Apr 2022 03:50:11 -0400 Subject: [PATCH] comment --- sports-matcher/src/Admin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sports-matcher/src/Admin.js b/sports-matcher/src/Admin.js index cf200f2..cdc8d42 100644 --- a/sports-matcher/src/Admin.js +++ b/sports-matcher/src/Admin.js @@ -14,6 +14,8 @@ class AdminTable extends React.Component { + // The following data (users, suspendedUsers, matches) has been mocked, normally request to the backend would get this data + this.state = { users: [ { id: 1, username: 'username1', name: 'name1', email: 'user1@email.com', phone: '123-456-7890' },