Skip to content

Commit

Permalink
Merge pull request #2046 from OpenNeuroOrg/fix-admin-tool-crash
Browse files Browse the repository at this point in the history
Fix admin page regression from #2017
  • Loading branch information
nellh authored Apr 9, 2021
2 parents b3ac258 + 5c2d672 commit d31e78a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/openneuro-app/src/scripts/admin/user-tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ export const UserTools: FC<UserToolsProps> = ({ user, refetch }) => {
</div>
</div>
)
} else {
return null
}
}

0 comments on commit d31e78a

Please sign in to comment.