diff --git a/frontend/src/components/MapChat/Message.js b/frontend/src/components/MapChat/Message.js index d5e631cc..b9ddeda1 100644 --- a/frontend/src/components/MapChat/Message.js +++ b/frontend/src/components/MapChat/Message.js @@ -19,12 +19,13 @@ function formatDate(created_at) { const Message = props => { const { user_image, user_name, message, created_at } = props + const messageHtml = {__html: linker.link(message)} return (