Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 7, 2023
1 parent 6aad71a commit dba676d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 447 deletions.
217 changes: 0 additions & 217 deletions src/components/concepts/ConceptHomeHeader.jsx

This file was deleted.

7 changes: 1 addition & 6 deletions src/components/mappings/MappingHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { get, isObject, has } from 'lodash';
import APIService from '../../services/APIService';
import { recordGAAction } from '../../common/utils'
import ScopeHeader from './ScopeHeader'
import MappingHomeHeader from './MappingHomeHeader';
import MappingHomeDetails from './MappingHomeDetails';
import NotFound from '../common/NotFound';
import AccessDenied from '../common/AccessDenied';
Expand Down Expand Up @@ -133,17 +132,13 @@ class MappingHome extends React.Component {
{
!isLoading && !hasError &&
<div id='resource-item-container' className='col-xs-12 home-container no-side-padding'>
{
this.props.scoped ?
<ScopeHeader
{...headerParams}
onClose={this.props.onClose}
global={this.props.global}
scoped={this.props.scoped}
showActions={this.props.showActions}
/> :
<MappingHomeHeader {...headerParams} />
}
/>
<div className='col-xs-12' style={{position: 'relative', marginTop: this.getContentMarginTop()}}>
<MappingHomeDetails
scoped={this.props.scoped}
Expand Down
Loading

0 comments on commit dba676d

Please sign in to comment.