More PR fixes

This commit is contained in:
Linus Flood
2024-09-18 15:31:15 +02:00
parent b8f37c810d
commit 98b48b8290
8 changed files with 18 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ import MyPagesMobileMenu from "../MyPagesMobileMenu"
import styles from "../mainMenu.module.css"
export default async function MyPagesMenuServer() {
export default async function MyPagesMenuWrapper() {
const lang = getLang()
const [intl, myPagesNavigation, user, membership] = await Promise.all([
getIntl(),