mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
refactor: 🎨 remove extra blank line & add semicolon
This commit is contained in:
parent
0f33cddda3
commit
73b7165093
@ -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…
Reference in New Issue
Block a user