We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8483a50 commit 1e6ec17Copy full SHA for 1e6ec17
packages/app/src/app/pages/Sandbox/SearchDependencies/DependencyHit/index.js
@@ -85,7 +85,7 @@ export default class DependencyHit extends React.PureComponent {
85
<Container highlighted={highlighted} onClick={onClick}>
86
<Left>
87
<Row>
88
- <Highlight attributeName="name" hit={hit} />
+ <Highlight attribute="name" hit={hit} />
89
<Downloads>{formatDownloads(hit.downloadsLast30Days)}</Downloads>
90
{hit.license && <License>{hit.license}</License>}
91
</Row>
0 commit comments