Skip to content

Commit

Permalink
Fixed heading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 25, 2021
1 parent 006b7fb commit 684da63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/metadata/view/MetadataComparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ export function MetadataComparison () {
const [limited, setLimited] = React.useState(false);

const toggleLimited = useTranslation('action.view-only-changes');

console.log(type)
return (
<>
<h2 className="mb-4">
Compare&nbsp;
<Translate value={type === 'resolver' ? 'label.source' : 'label.provider'}>Source</Translate>
<Translate value={type === 'source' ? 'label.source' : 'label.provider'}>Source</Translate>
&nbsp;Configuration
</h2>
{versions &&
Expand Down

0 comments on commit 684da63

Please sign in to comment.