diff --git a/frontend-next/src/components/app/datatypes.js b/frontend-next/src/components/app/datatypes.js
index ed72e03..c03cd9c 100644
--- a/frontend-next/src/components/app/datatypes.js
+++ b/frontend-next/src/components/app/datatypes.js
@@ -84,7 +84,7 @@ export async function RMF(message) {
// Rich Message Formatting for Chat Maps
if (URLmatch[i].includes("/chat?")) {
var roomName = URLmatch[i].split("?")[1].split("/")[2].split("-")[0].replaceAll("%20"," ")
- newMessage.push((invites you to {roomName}))
+ newMessage.push((invites you to {roomName}))
}
} else {
await imageProcessing("https://"+URLmatch[i]).then((result) => {