mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
Applied autofix for object-curly-newline rule.
This commit is contained in:
@@ -5,7 +5,9 @@ import classNames from 'classnames';
|
||||
import Tooltip from './tooltip';
|
||||
|
||||
|
||||
const Plugin = ({id, label, description, status}) => {
|
||||
const Plugin = ({
|
||||
id, label, description, status
|
||||
}) => {
|
||||
const error = status !== 'ok';
|
||||
const className = classNames({ error });
|
||||
const tip = (<span>Description: {description}<br />Status: {status}</span>);
|
||||
|
||||
Reference in New Issue
Block a user