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