working with db, docker working, small error with personal data
This commit is contained in:
@@ -17,7 +17,7 @@ class People extends Shadow {
|
||||
new gridjs.Grid({
|
||||
columns: ["Name", "Email"],
|
||||
data: global.currentNetwork.data.members.map(m => [
|
||||
m.firstName + " " + m.lastName,
|
||||
m.first_name + " " + m.last_name,
|
||||
m.email
|
||||
]),
|
||||
sort: true,
|
||||
|
||||
Reference in New Issue
Block a user