version up

Logic fix
This commit is contained in:
vtretyakov
2019-05-16 17:35:53 +07:00
parent b6b5f6737b
commit 5273fe85ca
2 changed files with 3 additions and 4 deletions

View File

@@ -86,8 +86,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
widgetList.add(getHintLabel());
widgetList.add(getInputField()); // Нельзя добавить еще одно поле таким же способом
if ((app != 'autobonus') || (app != 'crypto') || (app != 'racib')) {
if ((app != 'autobonus') && (app != 'crypto') && (app != 'racib')) {
if (this.loyalityType == 'bonus') {
widgetList.add(getBonusInputField());
}