itizawa 6 jaren geleden
bovenliggende
commit
9e6a99a79e
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      src/client/js/components/Admin/Notification/UserNotificationList.jsx

+ 1 - 0
src/client/js/components/Admin/Notification/UserNotificationList.jsx

@@ -24,6 +24,7 @@ class UserNotificationList extends React.Component {
                 {notification.channel}
               </td>
               <td>
+                {/* TODO GW-806 create apiV3 for delete notification */}
                 <button type="submit" className="btn btn-default">{t('Delete')}</button>
               </td>
             </tr>