Status is never empty

This commit is contained in:
Ilya Ig. Petrov 2017-06-17 20:42:23 +05:00
parent 092c999c59
commit 2c3c36c643

View File

@ -36,7 +36,7 @@ export default function getApp(theState) {
this.setState( this.setState(
{ {
status: msg, status: msg || 'Хорошего настроения Вам!',
}, },
cb cb
); );
@ -156,7 +156,7 @@ export default function getApp(theState) {
})(); })();
if (!ifNewsWasSet) { if (!ifNewsWasSet) {
this.setStatusTo('Хорошего настроения Вам!'); this.setStatusTo();
} }
} }