Skip to content

Commit aa145a8

Browse files
committed
Fix types
1 parent 19a6c34 commit aa145a8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

88
interface PatronStarProps {
9-
subscriptionSince: string | number | Date;
9+
subscriptionSince: number | Date;
1010
style?: React.CSSProperties;
1111
}
1212

0 commit comments

Comments
 (0)