Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbd09d commit 73c9f6cCopy full SHA for 73c9f6c
site/pages/workspaces/[user]/[workspace].tsx
@@ -23,7 +23,7 @@ const WorkspacesPage: React.FC = () => {
23
const userParam = firstOrItem(userQueryParam, null)
24
const workspaceParam = firstOrItem(workspaceQueryParam, null)
25
26
- // TODO: Getting non-personal users isn't supported yet in the backend.
+ // TODO(Bryan): Getting non-personal users isn't supported yet in the backend.
27
// So if the user is the same as 'me', use 'me' as the parameter
28
const normalizedUserParam = me && userParam === me.id ? "me" : userParam
29
0 commit comments