diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js
index 86790550..efc497de 100644
--- a/web/client/src/sections/fillion/components/patrolTable.js
+++ b/web/client/src/sections/fillion/components/patrolTable.js
@@ -65,7 +65,7 @@ const DetailForm = (props) => {
{
- obj.name != 'scenePic' ?
+ obj.name != 'scenePic' && obj.name != 'handlePic' ?
{
width: "100%",
height: " 33%", marginTop: '3%'
}} customize={true}>
- {sunonlineproject !== 0 ? : }
+ {sunonlineproject !== 0 ? : }