Skip to content

Commit

Permalink
Correct type for user name in UI #2672
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed May 26, 2022
1 parent 48471be commit d8122b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/curator-service/ui/src/components/User.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default interface User {
_id: string;
name: string;
name?: string | null;
email: string;
roles: string[];
picture?: string;
Expand Down

0 comments on commit d8122b1

Please sign in to comment.