Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#985 | mapping home | compare arrow button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 20, 2021
1 parent 74887e0 commit de881c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mappings/MappingHomeHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const MappingHomeHeader = ({
{
conceptCompareURL &&
<Tooltip arrow title='Compare Concepts'>
<Button component='a' href={`/#${conceptCompareURL}`} color='secondary'>
<Button onClick={() => window.location.hash = conceptCompareURL} color='secondary'>
<CompareArrowsIcon fontSize='inherit' />
</Button>
</Tooltip>
Expand Down

0 comments on commit de881c0

Please sign in to comment.