Skip to content

Commit 2617ce4

Browse files
committed
Fix types of PatronBadge
1 parent 7d4a47b commit 2617ce4

File tree

1 file changed

+1
-1
lines changed
  • packages/common/src/components/UserWithAvatar

1 file changed

+1
-1
lines changed

packages/common/src/components/UserWithAvatar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface UserWithAvatarProps {
99
username: string;
1010
name?: string;
1111
hideBadge?: boolean;
12-
subscriptionSince?: string;
12+
subscriptionSince?: number | Date;
1313
useBigName?: boolean;
1414
}
1515

0 commit comments

Comments
 (0)