From 284954d749cf1164602d9fd598c417fd793c319d Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Wed, 5 Jun 2024 11:04:44 +0900 Subject: [PATCH] . --- src/components/flight/FlightApprovalsTable.js | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/flight/FlightApprovalsTable.js b/src/components/flight/FlightApprovalsTable.js index 9e1cb0a6..e37731c7 100644 --- a/src/components/flight/FlightApprovalsTable.js +++ b/src/components/flight/FlightApprovalsTable.js @@ -117,25 +117,25 @@ export default function FlightApprovalsTable(props) { ); } - }, - { - name: '더보기', - selector: row => row.areaList, - center: true, - width: '120px', - cell: row => { - return row.areaList.length > 1 ? ( - - ) : ( - '-' - ); - } } + // { + // name: '더보기', + // selector: row => row.areaList, + // center: true, + // width: '120px', + // cell: row => { + // return row.areaList.length > 1 ? ( + // + // ) : ( + // '-' + // ); + // } + // } ]; const handlerOpenModal = (approval, fltElev, fltElevMax) => {