Skip to content

Commit 19a6c34

Browse files
committed
Make ts more explicit for subscriptionSince
1 parent 51a8743 commit 19a6c34

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)