File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/openneuro-app/src/scripts/users Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export const UserAccountView: React.FC<UserAccountViewProps> = ({
3232 refetchQueries : [
3333 {
3434 query : GET_USER ,
35- variables : { userId : orcidUser ?. id } ,
35+ variables : { userId : orcidUser ?. orcid } ,
3636 } ,
3737 ] ,
3838 } )
@@ -53,7 +53,7 @@ export const UserAccountView: React.FC<UserAccountViewProps> = ({
5353 refetchQueries : [
5454 {
5555 query : GET_USER ,
56- variables : { userId : orcidUser ?. id } ,
56+ variables : { userId : orcidUser ?. orcid } ,
5757 } ,
5858 ] ,
5959 } )
@@ -74,7 +74,7 @@ export const UserAccountView: React.FC<UserAccountViewProps> = ({
7474 refetchQueries : [
7575 {
7676 query : GET_USER ,
77- variables : { userId : orcidUser ?. id } ,
77+ variables : { userId : orcidUser ?. orcid } ,
7878 } ,
7979 ] ,
8080 } )
You can’t perform that action at this time.
0 commit comments