diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js
index 57acb5df..ed99246b 100644
--- a/public/js/RoomClient.js
+++ b/public/js/RoomClient.js
@@ -2188,7 +2188,17 @@ class RoomClient {
${time}
${message}
-
+
`;
+ // add btn direct reply to private message
+ if (fromId != this.peer_id) {
+ msgHTML += `
+ `;
+ }
+ msgHTML += `
- `;
- // add btn direct reply to private message
- if (fromId != this.peer_id) {
- msgHTML += `
- `;
- }
- msgHTML += `