Skip to content

Commit

Permalink
Formatting with prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahW91 authored and kpsherva committed Apr 8, 2024
1 parent d0dc3db commit cbe41da
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ function CustomAwardForm({ deserializeFunder, selectedFunding }) {
</Header>
</Overridable>
<Form.Group widths="equal">
<Overridable id="InvenioVocabularies.CustomAwardForm.AwardNumberTextField.Container" fieldPath="selectedFunding.award.number">
<Overridable
id="InvenioVocabularies.CustomAwardForm.AwardNumberTextField.Container"
fieldPath="selectedFunding.award.number"
>
<TextField
label={i18next.t("Number")}
placeholder={i18next.t("Award number")}
Expand Down

0 comments on commit cbe41da

Please sign in to comment.