User specific motd changes (again)

This commit is contained in:
mrfry 2021-01-13 10:40:20 +01:00
parent 121e43c4e6
commit 23dc6197ad
4 changed files with 62 additions and 24 deletions

View file

@ -140,7 +140,7 @@ export default function Index(props) {
{userSpecificMotd ? (
<div
className={styles.motd}
dangerouslySetInnerHTML={{ __html: userSpecificMotd }}
dangerouslySetInnerHTML={{ __html: userSpecificMotd.msg }}
/>
) : (
<div>...</div>