mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-25 02:32:52 -05:00
refactor: 🎨 remove extra blank line & add semicolon
This commit is contained in:
parent
0f33cddda3
commit
73b7165093
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import isNil from 'lodash/isNil';
|
||||
|
|
|
@ -12,12 +12,12 @@ const loadingMessage = 'Loading...';
|
|||
export default class Detail extends React.Component {
|
||||
static propTypes = {
|
||||
match: PropTypes.object
|
||||
}
|
||||
};
|
||||
|
||||
state = {
|
||||
readMe: '',
|
||||
notFound: false,
|
||||
}
|
||||
};
|
||||
|
||||
async componentDidMount() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue