mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Status is never empty
This commit is contained in:
parent
092c999c59
commit
2c3c36c643
|
@ -36,7 +36,7 @@ export default function getApp(theState) {
|
|||
|
||||
this.setState(
|
||||
{
|
||||
status: msg,
|
||||
status: msg || 'Хорошего настроения Вам!',
|
||||
},
|
||||
cb
|
||||
);
|
||||
|
@ -156,7 +156,7 @@ export default function getApp(theState) {
|
|||
|
||||
})();
|
||||
if (!ifNewsWasSet) {
|
||||
this.setStatusTo('Хорошего настроения Вам!');
|
||||
this.setStatusTo();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user