feat: improve instantiation of intl
This commit is contained in:
@@ -19,7 +19,7 @@ export const getPrimaryLinks = cache(
|
||||
lang: Lang
|
||||
memberships: Membership[]
|
||||
}): Promise<MyPagesLink[]> => {
|
||||
const intl = await getIntl(lang)
|
||||
const intl = await getIntl()
|
||||
const showSASLink = isScandicXSASActive(memberships)
|
||||
const [showTeamMemberLink] = await safeTry(showTeamMemberCard())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user