mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
Inline unused flag
This commit is contained in:
parent
73a99107e6
commit
c183741fba
@ -124,7 +124,7 @@ public abstract class GeneralSepaForm extends PaymentMethodForm {
|
||||
flowPane.setId("flow-pane-checkboxes-bg");
|
||||
|
||||
dataProvider.forEach(country ->
|
||||
fillUpFlowPaneWithCountries(true, checkBoxList, flowPane, country));
|
||||
fillUpFlowPaneWithCountries(checkBoxList, flowPane, country));
|
||||
updateCountriesSelection(checkBoxList);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user