Skip to content
Snippets Groups Projects
Commit cde68033 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

fikser meta#275

parent 123dd753
No related branches found
Tags release_2021-11-24
No related merge requests found
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
lemma_.paradigm_info.forEach(std => inflection_groups[std.inflection_group].push(std)) lemma_.paradigm_info.forEach(std => inflection_groups[std.inflection_group].push(std))
return { return {
lemma: lemma_.lemma, lemma: lemma_.lemma,
inflection_groups: Object.fromEntries(Object.entries(inflection_groups).filter(e => components.includes(e[0]))) inflection_groups: Object.fromEntries(Object.entries(inflection_groups).filter(e => components.includes(e[0].replace('/', '_'))))
} }
} }
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment