1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 17:46:12 +07:00

fix: remove unnecessary ts ignore

This commit is contained in:
Antoine Chalifour
2019-10-03 13:23:38 +02:00
committed by antoinechalifour
parent 852f6eeb22
commit 7a8b158188
4 changed files with 1 additions and 6 deletions

View File

@@ -70,7 +70,6 @@ class ActionBar extends Component {
}
private renderActionBar = ({ packageMeta }) => {
// @ts-ignore
const { latest } = packageMeta;
if (!latest) {