Skip to content

Commit fc56369

Browse files
committed
(fix) add space between typing users and message
1 parent e0c774e commit fc56369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/Room.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div
2121
v-if="typingUsers"
2222
class="room-info"
23-
v-html="typingUsers + '' + textMessages.IS_TYPING"
23+
v-html="typingUsers + ' ' + textMessages.IS_TYPING"
2424
></div>
2525
<div v-else class="room-info" v-html="userStatus"></div>
2626
</div>

0 commit comments

Comments
 (0)