Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73c9f6c

Browse files
committed
Add my name on a TODO
1 parent 8cbd09d commit 73c9f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/workspaces/[user]/[workspace].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const WorkspacesPage: React.FC = () => {
2323
const userParam = firstOrItem(userQueryParam, null)
2424
const workspaceParam = firstOrItem(workspaceQueryParam, null)
2525

26-
// TODO: Getting non-personal users isn't supported yet in the backend.
26+
// TODO(Bryan): Getting non-personal users isn't supported yet in the backend.
2727
// So if the user is the same as 'me', use 'me' as the parameter
2828
const normalizedUserParam = me && userParam === me.id ? "me" : userParam
2929

0 commit comments

Comments
 (0)