From 83e98e69843a7f1ed4eed307768efa95ef16de89 Mon Sep 17 00:00:00 2001 From: Leoh Date: Fri, 15 Oct 2021 17:42:39 +0530 Subject: [PATCH] aesthetics updated --- view/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/App.tsx b/view/App.tsx index 5fcf46d..bf3da14 100644 --- a/view/App.tsx +++ b/view/App.tsx @@ -81,7 +81,7 @@ class App extends React.Component { .then( result => { if(result.success){ - this.sendNotice("unchecked!") + this.sendNotice("Un-checked!") console.log(result) this.reloadData() } else {