diff --git a/package.json b/package.json index 3037f99..44b8566 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "goje", "productName": "goje", - "version": "1.5.0", + "version": "1.6.0", "description": "a Electron cross-platform desktop app for fruit stores", "main": ".webpack/main", "scripts": { diff --git a/src/App/App.jsx b/src/App/App.jsx index 3ec2e05..4107322 100755 --- a/src/App/App.jsx +++ b/src/App/App.jsx @@ -52,16 +52,11 @@ const App = () => { return ( - {/* redirect to /welcome in first load */} {redirectToIndex.current ? ( isCashDate ? ( ) : ( - // - // - + ) ) : (