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' },