Bladeren bron

fetch notification list

kaori 4 jaren geleden
bovenliggende
commit
d08fe693ba
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  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 [isLoaded, setIsLoaded] = useState(false);
 
-  // useEffect(() => {
-  //   fetchNotificationStatus();
-  // }, []);
+  useEffect(() => {
+    fetchNotificationList();
+  }, []);
 
 
   /**