Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgraham committed Nov 12, 2019
1 parent 4f1e0e4 commit 5308620
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions imports/ui/pages/resources/resourcesSingle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export class ResourceYamlDisplay extends React.Component{
componentWillMount(){
var updateTime = _.get(window.location.hash.match(/hist=([0-9]+)/), '[1]', null);
if(updateTime){
//updateTime = updateTime.replace(/[0-9]{3}$/, '000');
updateTime = parseInt(updateTime);
}

Expand Down Expand Up @@ -230,7 +229,6 @@ export class ResourcesSingle_default extends React.Component{

return (
<div>
<div style={{display:'none'}}>
{ apps && apps.length > 0 &&
<ExternalApps {...this.props} />
}
Expand All @@ -239,7 +237,6 @@ export class ResourcesSingle_default extends React.Component{
{KindResourceTagName &&
<KindResourceTagName {...{data, ...this.props}} />
}
</div>

<ResourceYamlDisplay {...this.props} />
</div>
Expand Down

0 comments on commit 5308620

Please sign in to comment.