diff --git a/src/components/content/WithPlaceholder/WithPlaceholder.tsx b/src/components/content/WithPlaceholder/WithPlaceholder.tsx index 8dd068f3..9a913dff 100644 --- a/src/components/content/WithPlaceholder/WithPlaceholder.tsx +++ b/src/components/content/WithPlaceholder/WithPlaceholder.tsx @@ -14,6 +14,7 @@ export function WithPlaceholder({ placeholder = '-', children, }: WithPlaceholderProps) { + /* eslint-disable @typescript-eslint/prefer-nullish-coalescing */ return ( <> {typeof children === 'number'