mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 03:57:47 -04:00
(trans) ignore links.blogReactAuthRequired if config.blog is disabled
This commit is contained in:
parent
bac4c0f4d6
commit
d5d55a5b9c
@ -171,7 +171,7 @@ export function listMissingTranslations(
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!config.blog && keyMatches('links.blogLatest', 'links.blogFeed', 'links.blogReact')) {
|
||||
if (!config.blog && keyMatches('links.blogLatest', 'links.blogFeed', 'links.blogReact', 'links.blogReactAuthRequired')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user