mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Remove useless asign
This commit is contained in:
parent
c7a57302ed
commit
b46b79c771
@ -17,7 +17,7 @@ class Countdown extends React.Component<CountdownProps, {}> {
|
||||
format: 'HH:mm:ss',
|
||||
};
|
||||
|
||||
countdownId?: number = undefined;
|
||||
countdownId?: number;
|
||||
|
||||
componentDidMount() {
|
||||
this.syncTimer();
|
||||
|
Loading…
Reference in New Issue
Block a user