diff --git a/src/react/src/components/Contribute/SearchByOsIdSuccessResult.jsx b/src/react/src/components/Contribute/SearchByOsIdSuccessResult.jsx index e11a9f199..db7c8bccf 100644 --- a/src/react/src/components/Contribute/SearchByOsIdSuccessResult.jsx +++ b/src/react/src/components/Contribute/SearchByOsIdSuccessResult.jsx @@ -2,7 +2,6 @@ import React from 'react'; import { string, object, func, arrayOf } from 'prop-types'; import { withStyles } from '@material-ui/core/styles'; import Typography from '@material-ui/core/Typography'; -// import PreviousOsIdTooltip from './PreviousOsIdTooltip'; import SearchByOsIdResultActions from './SearchByOsIdResultActions'; import { makeSearchByOsIdResultStyles } from '../../util/styles'; import ProductionLocationDetails from './ProductionLocationDetails'; @@ -27,39 +26,6 @@ const SearchByOsIdSuccessResult = ({ countryName={countryName} historicalOsIds={historicalOsIds} /> - {/*
- - {name} - - - {historicalOsIdsNotEmpty ? 'Current OS ID:' : 'OS ID:'}{' '} - {osId} - - {historicalOsIdsNotEmpty && - historicalOsIds.map(historicalOsId => ( - - Previous OS ID: {historicalOsId}{' '} - - - ))} -
- - {address} - - - {countryName} - -
-
*/}