diff --git a/src/components/analysis/history/AnalysisHistoryGrid.js b/src/components/analysis/history/AnalysisHistoryGrid.js index 84863de..f311323 100644 --- a/src/components/analysis/history/AnalysisHistoryGrid.js +++ b/src/components/analysis/history/AnalysisHistoryGrid.js @@ -23,10 +23,11 @@ import { ExcelExportButton } from '../../crud/excel/ExcelExportButton'; export const AnalysisHistoryGrid = props => { return ( -
- - -
+ //
+ // + // + <> +

{props.title} 목록

검색결과 총 {props.count}건 @@ -55,8 +56,9 @@ export const AnalysisHistoryGrid = props => {
- -
-
+ + // + // + //
); };