itizawa 6 лет назад
Родитель
Сommit
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}
                 {notification.channel}
               </td>
               </td>
               <td>
               <td>
+                {/* TODO GW-806 create apiV3 for delete notification */}
                 <button type="submit" className="btn btn-default">{t('Delete')}</button>
                 <button type="submit" className="btn btn-default">{t('Delete')}</button>
               </td>
               </td>
             </tr>
             </tr>