diff --git a/front/html/index.html b/front/html/index.html
index 25fa8e9..2a5f006 100644
--- a/front/html/index.html
+++ b/front/html/index.html
@@ -94,7 +94,7 @@
${i+1} |
${v.uuid} |
${user_agent_split[0].split("(")[1]} |
- ${user_agent_split[2]} |
+ ${user_agent_split[2]===undefined?user_agent_split[2]:user_agent_split[1]} |
`
})
})