itizawa 6 years ago
parent
commit
1dc04615f0
1 changed files with 1 additions and 1 deletions
  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
   }
 
   /**