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 React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import isNil from 'lodash/isNil';
|
import isNil from 'lodash/isNil';
|
||||||
|
@ -12,12 +12,12 @@ const loadingMessage = 'Loading...';
|
|||||||
export default class Detail extends React.Component {
|
export default class Detail extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
match: PropTypes.object
|
match: PropTypes.object
|
||||||
}
|
};
|
||||||
|
|
||||||
state = {
|
state = {
|
||||||
readMe: '',
|
readMe: '',
|
||||||
notFound: false,
|
notFound: false,
|
||||||
}
|
};
|
||||||
|
|
||||||
async componentDidMount() {
|
async componentDidMount() {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user