diff --git a/frontend/src/components/MessagesList/index.js b/frontend/src/components/MessagesList/index.js
index 383aaa5..c16ec4d 100644
--- a/frontend/src/components/MessagesList/index.js
+++ b/frontend/src/components/MessagesList/index.js
@@ -416,56 +416,56 @@ const MessagesList = ({ ticketId, isGroup }) => {
};
const checkMessageMedia = (message) => {
- if(message.mediaType === "location" && message.body.split('|').length >= 2) {
- let locationParts = message.body.split('|')
- let imageLocation = locationParts[0]
- let linkLocation = locationParts[1]
-
- let descriptionLocation = null
-
- if(locationParts.length > 2)
- descriptionLocation = message.body.split('|')[2]
-
- return