We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4a47b commit 2617ce4Copy full SHA for 2617ce4
packages/common/src/components/UserWithAvatar/index.tsx
@@ -9,7 +9,7 @@ export interface UserWithAvatarProps {
9
username: string;
10
name?: string;
11
hideBadge?: boolean;
12
- subscriptionSince?: string;
+ subscriptionSince?: number | Date;
13
useBigName?: boolean;
14
}
15
0 commit comments