diff --git a/src/pages/PublicNotice/Search_GLD/DataGrid.js b/src/pages/PublicNotice/Search_GLD/DataGrid.js
index 977822a..9902706 100644
--- a/src/pages/PublicNotice/Search_GLD/DataGrid.js
+++ b/src/pages/PublicNotice/Search_GLD/DataGrid.js
@@ -1,8 +1,7 @@
// material-ui
import * as React from 'react';
import {
- Button,
- Box
+ Button
} from '@mui/material';
import * as DateUtils from "utils/DateUtils";
import * as FormatUtils from "utils/FormatUtils";
@@ -111,20 +110,18 @@ export default function SearchPublicNoticeTable({ recordList }) {
}
return (
-
-
- 'auto'}
- onRowDoubleClick={handleRowDoubleClick}
- />
-
+
+ 'auto'}
+ onRowDoubleClick={handleRowDoubleClick}
+ />
);
}
diff --git a/src/pages/PublicNotice/Search_GLD/index.js b/src/pages/PublicNotice/Search_GLD/index.js
index 1fe9058..ce0bd12 100644
--- a/src/pages/PublicNotice/Search_GLD/index.js
+++ b/src/pages/PublicNotice/Search_GLD/index.js
@@ -92,7 +92,7 @@ const UserSearchPage_Individual = () => {
!onReady ?
:
-
+