Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#991 | unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 6, 2021
1 parent 5b76d68 commit 35eb8a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/mappings/ConceptHomeMappingsTableRows.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import MappingOptions from './MappingOptions';
const ConceptHomeMappingsTableRows = ({ mapType, mappings, isIndirect }) => {
const conceptCodeAttr = isIndirect ? 'from_concept_code' : 'to_concept_code';
const conceptCodeName = isIndirect ? 'from_concept_name' : 'to_concept_name';
const ownerAttr = isIndirect ? 'from_source_owner' : 'to_source_owner';
const sourceAttr = isIndirect ? 'from_source_name' : 'to_source_name';

const onDefaultClick = (event, targetURL) => {
Expand Down

0 comments on commit 35eb8a9

Please sign in to comment.