mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
swapped news and user forum
This commit is contained in:
parent
cf3edd8976
commit
d301bcd17f
8 changed files with 54 additions and 185 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue