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
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ export default {
lemma_.paradigm_info.forEach(std => inflection_groups[std.inflection_group].push(std))
return {
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