;
+type Props = { isLoadingWithoutChart: boolean | undefined } & Pick<
+ AlertSummaryWidgetProps,
+ 'fullSize'
+>;
-export const AlertSummaryWidgetLoader = ({ fullSize, hideChart }: Props) => {
+export const AlertSummaryWidgetLoader = ({ fullSize, isLoadingWithoutChart }: Props) => {
return (
- {hideChart ? (
+ {isLoadingWithoutChart ? (
) : (