Fix Teams page
This commit is contained in:
parent
38e997d7df
commit
1805bd6e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const TeamsRoute: React.FC = () => {
|
||||||
recency: recencyInSeconds
|
recency: recencyInSeconds
|
||||||
},
|
},
|
||||||
headers: {
|
headers: {
|
||||||
'Authorization': `Bearer ${cookies.user.access_token}`
|
'Authorization': `Bearer ${cookies.user?.access_token}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue