diff --git a/components/Package/EntityCounter.tsx b/components/Package/EntityCounter.tsx index 0cc18a8f..40718815 100644 --- a/components/Package/EntityCounter.tsx +++ b/components/Package/EntityCounter.tsx @@ -5,7 +5,7 @@ import { Label } from '~/common/styleguide'; import tw from '~/util/tailwind'; type Props = { - count: number; + count: number | string; style?: StyleProp