Merge pull request #4832 from freesewing/joost
fix(org): Comment out unused namespace
This commit is contained in:
commit
773174118b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { PageWrapper, ns as pageNs } from 'shared/components/wrappers/page.mjs'
|
|||
import { V3Wip } from 'shared/components/v3-wip.mjs'
|
||||
|
||||
// Translation namespaces used on this page
|
||||
const namespaces = ['curate', 'sets', ...new Set([...editNs, ...pageNs])]
|
||||
const namespaces = ['curate', 'sets'] //, ...new Set([...editNs, ...pageNs])]
|
||||
|
||||
/*
|
||||
* Some things should never generated as SSR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue