diff --git a/SAS/TMSS/frontend/tmss_webapp/src/components/ViewTable.js b/SAS/TMSS/frontend/tmss_webapp/src/components/ViewTable.js
index b0202b05cf33dda39dc34f4d273b4c9530976897..306e5701e56738f3cd83ca738c643bf51ce447ea 100644
--- a/SAS/TMSS/frontend/tmss_webapp/src/components/ViewTable.js
+++ b/SAS/TMSS/frontend/tmss_webapp/src/components/ViewTable.js
@@ -966,11 +966,11 @@ function ViewTable(props) {
     columns.push({
       Header: 'Action',
       id: 'Action',
-      accessor: props.keyaccessor,
+     // accessor: props.keyaccessor,
       Cell: props => <button className='p-link' onClick={navigateTo(props)} ><i className="fa fa-eye" style={{ cursor: 'pointer' }}></i></button>,
       disableFilters: true,
       disableSortBy: true,
-      isVisible: defaultdataheader.includes(props.keyaccessor),
+      isVisible: true//defaultdataheader.includes(props.keyaccessor),
     })
   }