comment
This commit is contained in:
parent
8492c82e4f
commit
859147ea3d
@ -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 = {
|
this.state = {
|
||||||
users: [
|
users: [
|
||||||
{ id: 1, username: 'username1', name: 'name1', email: 'user1@email.com', phone: '123-456-7890' },
|
{ id: 1, username: 'username1', name: 'name1', email: 'user1@email.com', phone: '123-456-7890' },
|
||||||
|
Loading…
Reference in New Issue
Block a user