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 19a6c34 commit aa145a8Copy full SHA for aa145a8
packages/common/src/components/PatronStar/index.tsx
@@ -6,7 +6,7 @@ import Tooltip from '../Tooltip';
6
import { Container } from './elements';
7
8
interface PatronStarProps {
9
- subscriptionSince: string | number | Date;
+ subscriptionSince: number | Date;
10
style?: React.CSSProperties;
11
}
12
0 commit comments