This commit is contained in:
Sahni-Arjun 2022-04-05 03:50:11 -04:00
parent 8492c82e4f
commit 859147ea3d

View File

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