mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 15:33:50 +08:00
Indentation error
This commit is contained in:
parent
869c3593a3
commit
6e993f41b8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const NameFormControl = ({ intl, ...props }) =>
|
||||||
/>;
|
/>;
|
||||||
|
|
||||||
NameFormControl.propTypes = {
|
NameFormControl.propTypes = {
|
||||||
intl: intlShape.isRequired
|
intl: intlShape.isRequired
|
||||||
};
|
};
|
||||||
|
|
||||||
export default injectIntl(NameFormControl);
|
export default injectIntl(NameFormControl);
|
||||||
|
|
Loading…
Reference in a new issue