Fix eslint error

This commit is contained in:
Roland Schilter
2018-03-21 11:31:42 -07:00
parent b22b3d6784
commit a5b4b7c4ca

View File

@@ -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>
);