itizawa vor 6 Jahren
Ursprung
Commit
1dc04615f0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/client/js/services/AdminNotificationContainer.js

+ 1 - 1
src/client/js/services/AdminNotificationContainer.js

@@ -33,7 +33,7 @@ export default class AdminNotificationContainer extends Container {
    * Retrieve notificationData
    */
   retrieveNotificationData() {
-    // TODO retrive data from api
+    // TODO GW-821 retrive data from api
   }
 
   /**