diff --git a/src/features/placeholder/components/placeholder-status.tsx b/src/features/placeholder/components/placeholder-status.tsx index 3c5da4f17..d3c484f18 100644 --- a/src/features/placeholder/components/placeholder-status.tsx +++ b/src/features/placeholder/components/placeholder-status.tsx @@ -12,7 +12,7 @@ interface IPlaceholderStatus { } /** Fake status to display while data is loading. */ -const PlaceholderStatus: React.FC = React.memo(({ variant }) => ( +const PlaceholderStatus: React.FC = React.memo(({ variant = 'rounded' }) => (