diff --git a/web/client/src/sections/fillion/components/maintenanceTable.js b/web/client/src/sections/fillion/components/maintenanceTable.js
index 9066481a..72155c83 100644
--- a/web/client/src/sections/fillion/components/maintenanceTable.js
+++ b/web/client/src/sections/fillion/components/maintenanceTable.js
@@ -102,14 +102,14 @@ const DetailForm = (props) => {
{data['roadSectionStart'] && data['roadSectionEnd'] ? data['roadSectionStart'] + '-' + data['roadSectionEnd'] : ''}
{data['address'] || ''}
-
+
{roadInfo.map(item => (
{data[item.name] || ''}
))}
-
+
{mantenanceInfo.map(item => (
{data[item.name] || ''}