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>