Browse Source

Remove useless asign

pull/14784/head
ztplz 6 years ago
committed by 偏右
parent
commit
b46b79c771
  1. 2
      components/statistic/Countdown.tsx

2
components/statistic/Countdown.tsx

@ -17,7 +17,7 @@ class Countdown extends React.Component<CountdownProps, {}> {
format: 'HH:mm:ss',
};
countdownId?: number = undefined;
countdownId?: number;
componentDidMount() {
this.syncTimer();

Loading…
Cancel
Save