mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
User specific motd changes (again)
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ export default function Index(props) {
|
||||
{userSpecificMotd ? (
|
||||
<div
|
||||
className={styles.motd}
|
||||
dangerouslySetInnerHTML={{ __html: userSpecificMotd }}
|
||||
dangerouslySetInnerHTML={{ __html: userSpecificMotd.msg }}
|
||||
/>
|
||||
) : (
|
||||
<div>...</div>
|
||||
|
||||
Reference in New Issue
Block a user