From da7bbf898cdfa6d5481e25567e4d062174a25a9a Mon Sep 17 00:00:00 2001 From: geek Date: Fri, 25 Aug 2017 17:41:32 +0900 Subject: [PATCH] sort --- src/ts/@overflow/commons/react/component/SortTableHeaderRow.tsx | 2 +- src/ts/@overflow/history/react/components/HistoryList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ts/@overflow/commons/react/component/SortTableHeaderRow.tsx b/src/ts/@overflow/commons/react/component/SortTableHeaderRow.tsx index 9a05af7..7b8c028 100644 --- a/src/ts/@overflow/commons/react/component/SortTableHeaderRow.tsx +++ b/src/ts/@overflow/commons/react/component/SortTableHeaderRow.tsx @@ -42,7 +42,7 @@ export class SortTableHeaderRow extends React.Component { arr.push( {colValue}); } diff --git a/src/ts/@overflow/history/react/components/HistoryList.tsx b/src/ts/@overflow/history/react/components/HistoryList.tsx index de60d26..0f4fd97 100644 --- a/src/ts/@overflow/history/react/components/HistoryList.tsx +++ b/src/ts/@overflow/history/react/components/HistoryList.tsx @@ -125,7 +125,7 @@ export class HistoryList extends React.Component { let cols:string[] = ['No.', 'Probe', 'Type', 'Message', 'Created At', 'Created By']; let historyList: JSX.Element = ( - +
{/**/}