mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 20:25:22 +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 = {
|
||||
intl: intlShape.isRequired
|
||||
intl: intlShape.isRequired
|
||||
};
|
||||
|
||||
export default injectIntl(NameFormControl);
|
||||
|
|
Loading…
Add table
Reference in a new issue