mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix profile lists with public member lists
This commit is contained in:
parent
3763053711
commit
2aafdec40b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export default function Memberlist() {
|
|||
if (res.status === 403) {
|
||||
throw new Error('Access denied!');
|
||||
}
|
||||
res.json()
|
||||
return res.json()
|
||||
}
|
||||
).then (data => {
|
||||
setMembers(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue