Skip to content

Commit 51a8743

Browse files
committed
fix ts in common
1 parent b8a8cdf commit 51a8743

File tree

1 file changed

+2
-1
lines changed
  • packages/common/src/components/PatronStar

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import Tooltip from '../Tooltip';
66
import { Container } from './elements';
77

88
interface PatronStarProps {
9-
subscriptionSince: string;
9+
// there is a problem with format that requires it to be number or date and our thing fails
10+
subscriptionSince: any;
1011
style?: React.CSSProperties;
1112
}
1213

0 commit comments

Comments
 (0)