1
0
Fork 0

Merge pull request #4832 from freesewing/joost

fix(org): Comment out unused namespace
This commit is contained in:
Joost De Cock 2023-08-27 17:45:17 +02:00 committed by GitHub
commit 773174118b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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