swapped news and user forum

This commit is contained in:
mrfry 2022-12-04 19:09:43 +01:00
parent cf3edd8976
commit d301bcd17f
8 changed files with 54 additions and 185 deletions

View file

@ -288,7 +288,6 @@ export default function Forum({
globalState,
setGlobalState,
forumName,
children,
allowPost,
}) {
const userId = globalData.userId
@ -435,7 +434,6 @@ export default function Forum({
<div>
<Header />
<Sleep />
{children || null}
{renderNews()}
{postInModalKey && (
<Modal