import LineGraph from './LineGraph.jsx'; import { Link } from 'react-router-dom'; import React from 'react'; import { metricToFormatter, toClassName } from './util/Utils.js'; export default class DeploymentSummary extends React.Component { title() { if (this.props.noLink) { return this.props.data.name; } else { return {this.props.data.name}; } } render() { return (