mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
minor fixes
This commit is contained in:
parent
97447ecfbe
commit
0ec776cfa2
@ -171,5 +171,5 @@ contact:
|
||||
mail: 'zuzannagrzybowska@protonmail.com'
|
||||
areas:
|
||||
neutratywy: '/neutratywy'
|
||||
imiona: '/imiona'
|
||||
# imiona: '/imiona'
|
||||
social_media: ~
|
||||
|
@ -260,6 +260,10 @@ export class TemplateLibrary {
|
||||
}
|
||||
|
||||
find(template) {
|
||||
if (template === undefined) {
|
||||
return null;
|
||||
}
|
||||
|
||||
for (let [group, groupTemplates] of this.split()) {
|
||||
for (let t of groupTemplates) {
|
||||
if (t.canonicalName === template.canonicalName) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user