mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fix chat displayning names
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<img :src="msg.icon" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<h1>{{ msg.username.replace(/[a-zA-Z0-9]/g, '*') }}</h1>
|
||||
<h1>{{ msg.username }}</h1>
|
||||
<p>{{ msg.msg }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user