diff --git a/components/statistic/Countdown.tsx b/components/statistic/Countdown.tsx index 0c48fc0959..8870d37685 100644 --- a/components/statistic/Countdown.tsx +++ b/components/statistic/Countdown.tsx @@ -17,7 +17,7 @@ class Countdown extends React.Component { format: 'HH:mm:ss', }; - countdownId?: number = undefined; + countdownId?: number; componentDidMount() { this.syncTimer();