Skip to content

Commit

Permalink
chaning comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknoack committed Dec 20, 2024
1 parent 5d293c2 commit 4db079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openneuro-app/src/scripts/users/user-query.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const UserQuery: React.FC = () => {
return <FourOFourPage />;
}

// Assuming hasEdit is a static boolean value for now
// Assuming hasEdit is a static boolean value for now need to check against logged in user
const hasEdit = true;

return <UserRoutes user={data.user} hasEdit={hasEdit} />;
Expand Down

0 comments on commit 4db079b

Please sign in to comment.