Update pages/settings/teams.tsx
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>pull/333/head
parent
b91d021fc8
commit
769f36f8d5
|
@ -24,7 +24,7 @@ export default function Teams() {
|
|||
}
|
||||
|
||||
const loadData = () => {
|
||||
fetch('/api/user/membership')
|
||||
fetch("/api/user/membership")
|
||||
.then(handleErrors)
|
||||
.then((data) => {
|
||||
setTeams(data.membership.filter((m) => m.role !== "INVITEE"));
|
||||
|
|
Loading…
Reference in New Issue