Skip to content

Commit

Permalink
i'm curious if it breaks vol5
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzyb authored Feb 9, 2024
1 parent 0bec7de commit bb10876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/whoami.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface WhoamiProps {
groups: string[];
}

export function Whoami({ nickname, expiration, groups }: WhoamiProps) {
export function Whoami({ nickname, expiration, groups, expirationDate }: WhoamiProps) {
return (
<div className="flex flex-col justify-center align-center">
<div className="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md max-w-md mx-auto ">
Expand Down

0 comments on commit bb10876

Please sign in to comment.