removal of unnecessary extra )}

This commit is contained in:
Samuel BENARD
2020-05-12 18:24:05 +02:00
committed by Jarek Kowalski
parent f3359d78f6
commit 7e5fc52ce8

View File

@@ -54,7 +54,7 @@ export class SetupSFTP extends Component {
as: "textarea",
rows: 5,
isInvalid: !hasExactlyOneOf(this, ["knownHostsFile", "knownHostsData"]),
}, null, <>Either <b>Known Hosts File</b> or <b>Known Hosts Data</b> is required, but not both.</>)})}
}, null, <>Either <b>Known Hosts File</b> or <b>Known Hosts Data</b> is required, but not both.</>)}
</Form.Row>
</>;
}