diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index a4e31671..70b803f6 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -170,7 +170,7 @@ const DetailForm = (props) => { patrolContent.map(obj => { return ( obj.skip ? null : - {obj.name === 'inspectionNoException' ? : data[obj.name] || ''} + {obj.name === 'inspectionNoException' ? : data[obj.name] || ''} ) })