kaori 4 лет назад
Родитель
Сommit
d08fe693ba
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/app/src/components/InAppNotification/AllInAppNotifications.tsx

+ 3 - 3
packages/app/src/components/InAppNotification/AllInAppNotifications.tsx

@@ -15,9 +15,9 @@ const AllInAppNotifications: FC<Props> = (props: Props) => {
   const [notifications, setNotifications] = useState([]);
   const [notifications, setNotifications] = useState([]);
   // const [isLoaded, setIsLoaded] = useState(false);
   // const [isLoaded, setIsLoaded] = useState(false);
 
 
-  // useEffect(() => {
-  //   fetchNotificationStatus();
-  // }, []);
+  useEffect(() => {
+    fetchNotificationList();
+  }, []);
 
 
 
 
   /**
   /**