Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
iRaySpace committed May 6, 2019
1 parent ecca8ac commit 0f0c796
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@
- Fetches description from item name

# v1.2.2 [3 мая 2019]
- Added Use Default Customer field on Settings
- Added Use Default Customer field on Settings

# v1.2.3 [6 мая 2019]
- Fix for configuration not saving
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
multiDexEnabled true
targetSdkVersion 26
versionCode 1
versionName "1.2.2"
versionName "1.2.3"
versionCode _VERSION_CODE
versionName _VERSION_NAME
ndk {
Expand Down
2 changes: 1 addition & 1 deletion src/container/SettingsContainer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ export default class SettingsContainer extends React.Component {
queueHost,
hasTailOrder,
useDescription,
useDefaultCustomer
useDefaultCustomer,
});
setQueueNotEditing();
};
Expand Down

0 comments on commit 0f0c796

Please sign in to comment.