create conv message fix

This commit is contained in:
2026-01-28 03:13:40 +01:00
parent 7a88a7e04e
commit e7a283b39e
2 changed files with 14 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ function MainApp() {
<h2>Dashboard</h2>
<section className="main">
<AdminWidget/>
<RoomWidget roomlist={rooms}/>
<ChatWidget convlist={conversations}/>
<InventoryWidget/>