1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-20 01:55:56 +07:00

fix: remove ts ignore from some components

This commit is contained in:
Antoine Chalifour
2019-10-03 13:22:36 +02:00
committed by antoinechalifour
parent 32f4389b73
commit b1804d7644
4 changed files with 15 additions and 12 deletions

View File

@@ -8,7 +8,6 @@ interface Props {
}
const Spinner: React.FC<Props> = ({ size = 50, centered = false }) => (
// @ts-ignore
<Wrapper centered={centered}>
<Circular size={size} />
</Wrapper>