Skip to content

Commit dff615c

Browse files
formatting fixes
1 parent 1974775 commit dff615c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

js/src/admin/components/ServiceModal.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ export default class ServiceModal extends SettingsModal {
5959
apiKeyField() {
6060
return (
6161
<>
62-
<label for={`${this.key}_apiKey`}>
63-
{app.translator.trans('ordinaryjellyfish-sentra.admin.api_key')}
64-
</label>
62+
<label for={`${this.key}_apiKey`}>{app.translator.trans('ordinaryjellyfish-sentra.admin.api_key')}</label>
6563
<input
6664
type="text"
6765
className="FormControl"
@@ -76,9 +74,7 @@ export default class ServiceModal extends SettingsModal {
7674
endpointField() {
7775
return (
7876
<>
79-
<label for={`${this.key}_endpoint`}>
80-
{app.translator.trans('ordinaryjellyfish-sentra.admin.endpoint')}
81-
</label>
77+
<label for={`${this.key}_endpoint`}>{app.translator.trans('ordinaryjellyfish-sentra.admin.endpoint')}</label>
8278
<input
8379
type="text"
8480
className="FormControl"

0 commit comments

Comments
 (0)