itizawa 6 سال پیش
والد
کامیت
9e6a99a79e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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>