Skip to content

Commit

Permalink
fix(header): align type with auth provider
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Sep 25, 2024
1 parent 8be24e4 commit a95b077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utah-design-system/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export type HeaderLink = {
export type HeaderProps = {
children: ReactNode;
links?: HeaderLink[];
currentUser?: User | undefined;
currentUser?: User;
logout?: () => void;
};

Expand Down

0 comments on commit a95b077

Please sign in to comment.