mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +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) {
|
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…
Add table
Add a link
Reference in a new issue