aesthetics updated

This commit is contained in:
Leoh 2021-10-15 17:42:39 +05:30
parent d47b032a87
commit 83e98e6984

View file

@ -81,7 +81,7 @@ class App extends React.Component<any,any> {
.then( .then(
result => { result => {
if(result.success){ if(result.success){
this.sendNotice("unchecked!") this.sendNotice("Un-checked!")
console.log(result) console.log(result)
this.reloadData() this.reloadData()
} else { } else {