Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imkarimkarim committed Oct 4, 2022
1 parent c5c4725 commit 33daed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 1 addition & 6 deletions src/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,11 @@ const App = () => {

return (
<Router history={history}>
{/* redirect to /welcome in first load */}
{redirectToIndex.current ? (
isCashDate ? (
<Redirect to="/payTheCashPlease" />
) : (
// <Redirect
// // to={`/printSumProductOwnerSelectedCars/آقای بهشاد قنبرزاده 12/${ids}`}
// />
// <Redirect to="/welcome" />
<Redirect to="/searchProductOwners" />
<Redirect to="/welcome" />
)
) : (
<div></div>
Expand Down

0 comments on commit 33daed0

Please sign in to comment.