mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-19 21:39:26 +00:00
Fix eslint error
This commit is contained in:
@@ -59,7 +59,8 @@ function renderValues(node, columns = [], columnStyles = [], timestamp = null, t
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
className="node-details-table-node-link"
|
||||
href={value}>{value}</a> :
|
||||
href={value}>{value}
|
||||
</a> :
|
||||
value}
|
||||
</td>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user