fix profile lists with public member lists
This commit is contained in:
parent
3763053711
commit
2aafdec40b
@ -39,7 +39,7 @@ export default function Memberlist() {
|
|||||||
if (res.status === 403) {
|
if (res.status === 403) {
|
||||||
throw new Error('Access denied!');
|
throw new Error('Access denied!');
|
||||||
}
|
}
|
||||||
res.json()
|
return res.json()
|
||||||
}
|
}
|
||||||
).then (data => {
|
).then (data => {
|
||||||
setMembers(data)
|
setMembers(data)
|
||||||
|
Loading…
Reference in New Issue
Block a user