forked from sombochea/verdaccio-ui
fix: remove unnecessary ts ignore
This commit is contained in:
committed by
antoinechalifour
parent
852f6eeb22
commit
7a8b158188
@@ -150,7 +150,6 @@ const Package: React.FC<PackageInterface> = ({
|
||||
};
|
||||
|
||||
const renderSecondaryComponent = (): React.ReactNode => {
|
||||
// @ts-ignore
|
||||
const tags = keywords.sort().map((keyword, index) => <Tag key={index}>{keyword}</Tag>);
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user