chore(multi-user): update user list link (#17084)

pull/17087/head
Andrew Watkins 2020-03-03 13:30:58 -08:00 committed by GitHub
parent 027d29dd30
commit 91678cb9ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class SideNav extends PureComponent<Props, State> {
'https://docs.google.com/forms/d/e/1FAIpQLSdGJpnIZGotN1VFJPkgZEhrt4t4f6QY1lMgMSRUnMeN3FjCKA/viewform?usp=sf_link'
// Cloud
const cloudUsersLink = `${CLOUD_URL}/${CLOUD_USERS_PATH}`
const cloudUsersLink = `${CLOUD_URL}/organizations/${orgID}/${CLOUD_USERS_PATH}`
return (
<NavMenu>