Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1458 | removed feature toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Mar 22, 2023
1 parent aa5449a commit c479579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/concepts/ConceptHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class ConceptHome extends React.Component {
const detailsMargin = this.getContentMarginTop()
const hasAccess = currentUserHasAccess()
const canAct = Boolean(hasAccess && isVersionedObject && this.props.scoped != 'collection')
const canSort = canAct && window.MAPPING_SORTING_TOGGLE
const canSort = canAct
const conceptDetails = (
<div style={isLoading ? {textAlign: 'center', marginTop: '40px'} : {}}>
{ isLoading && <CircularProgress color='primary' /> }
Expand Down

0 comments on commit c479579

Please sign in to comment.