Skip to content

Commit

Permalink
rm spare curly
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Dec 13, 2023
1 parent 53294a1 commit e6e9493
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ DexListView
{
property bool _isCoinEnabled: Constants.API.app.portfolio_pg.global_cfg_mdl.get_coin_info(coin).is_enabled
property bool _isAboveMinVal: parseFloat(price_fiat) > parseFloat(_bestOrderFiatFilterField.textField.text) || _bestOrderFiatFilterField.textField.text === ""
}
property bool _hideDisabled: hide_disabled_coins_checkbox.checked
visible: !_isAboveMinVal ? false : _isCoinEnabled ? true : _hideDisabled ? false : true
height: !_isAboveMinVal ? 0 : _isCoinEnabled ? _rowHeight : _hideDisabled ? 0 : _rowHeight
Expand Down

0 comments on commit e6e9493

Please sign in to comment.