Don't show news after install

This commit is contained in:
Ilya Ig. Petrov 2017-06-01 17:44:33 +05:00
parent 9159b3a67b
commit 8ea949ac9d

View File

@ -156,7 +156,7 @@ export default function getPacChooser(theState) {
componentDidMount() {
if (this.props.apis.antiCensorRu.ifFirstInstall) {
this.updatePac( this.props.funs.showNews );
this.updatePac();
}
}