Fixed ModuleView
This commit is contained in:
parent
f27c2260af
commit
2e35e9c157
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ def combine_common_sections(data):
|
|||
if each["label"] not in sections_dict:
|
||||
sections_dict[each["label"]] = each
|
||||
sections.append(each)
|
||||
|
||||
sections_dict[each["label"]]["items"] += each["items"]
|
||||
else:
|
||||
sections_dict[each["label"]]["items"] += each["items"]
|
||||
|
||||
return sections
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue