forked from sombochea/verdaccio-ui
fix: remove prevent default and use react context (#411)
* fix: remove prevent default and use react context * chore: remove string check
This commit is contained in:
committed by
GitHub
parent
6e2bface93
commit
6bd38b8120
@@ -38,7 +38,7 @@ const DetailSidebar: React.FC = () => {
|
||||
/>
|
||||
<ActionBar />
|
||||
<Install />
|
||||
{packageMeta?.latest?.funding && <DetailSidebarFundButton to={packageMeta.latest.funding.url} />}
|
||||
<DetailSidebarFundButton />
|
||||
<Repository />
|
||||
<Engines />
|
||||
<Dist />
|
||||
|
||||
Reference in New Issue
Block a user