This commit is contained in:
morsh 2017-08-07 16:06:40 +03:00
Родитель 6e3fe7c8c4
Коммит 657392e0a1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,7 @@ export default class Spinner extends React.Component<any, ISpinnerState> {
}
componentDidMount() {
this.onChange(SpinnerStore.getState());
SpinnerStore.listen(this.onChange);
}