diff --git a/ui/src/components/General/Notification/components/NotificationList.tsx b/ui/src/components/General/Notification/components/NotificationList.tsx index 034743a6..2feb8630 100644 --- a/ui/src/components/General/Notification/components/NotificationList.tsx +++ b/ui/src/components/General/Notification/components/NotificationList.tsx @@ -3,10 +3,10 @@ import { Button, Skeleton } from "antd"; import { Typography, Tag, Dropdown } from "antd"; import Icon from "components/General/Icon"; import { classNames } from "lib/utils/helper"; -import { NotificationListPropsType } from "components/General/Notification/utils/types"; +import { NotificationListProps } from "components/General/Notification/utils/types"; const { Title } = Typography; -const NotificationList: React.FC = ({ +const NotificationList: React.FC = ({ notifications, colorText, isLoading,