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 51a8743 commit 19a6c34Copy full SHA for 19a6c34
packages/common/src/components/PatronStar/index.tsx
@@ -6,8 +6,7 @@ import Tooltip from '../Tooltip';
6
import { Container } from './elements';
7
8
interface PatronStarProps {
9
- // there is a problem with format that requires it to be number or date and our thing fails
10
- subscriptionSince: any;
+ subscriptionSince: string | number | Date;
11
style?: React.CSSProperties;
12
}
13
0 commit comments