diff options
Diffstat (limited to 'pages/main/page.js')
-rw-r--r-- | pages/main/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/main/page.js b/pages/main/page.js index ebdaab2..b6e5e24 100644 --- a/pages/main/page.js +++ b/pages/main/page.js @@ -155,7 +155,7 @@ export async function onload() { msgArea.style.display = 'none' - for (const msg of window.stores.sdlib.messages.reverse()) { + for (const msg of window.stores.sdlib.messages) { createMessage(msg) } msgArea.style.display = 'block' |