Removed useless empty line

This commit is contained in:
dankito 2020-08-10 00:53:46 +02:00
parent 8ed16cf7d2
commit f053a4a55f
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ struct AddAccountDialog: View {
Section { Section {
LabelledUIKitTextField(label: "Online banking login name", text: $customerId, placeholder: "Enter Online banking login name", LabelledUIKitTextField(label: "Online banking login name", text: $customerId, placeholder: "Enter Online banking login name",
focusNextTextFieldOnReturnKeyPress: true, actionOnReturnKeyPress: handleReturnKeyPress) focusNextTextFieldOnReturnKeyPress: true, actionOnReturnKeyPress: handleReturnKeyPress)
LabelledUIKitTextField(label: "Online banking login password", text: $password, placeholder: "Enter Online banking login password", LabelledUIKitTextField(label: "Online banking login password", text: $password, placeholder: "Enter Online banking login password",