Skip to content

Commit

Permalink
fixed formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mark7p committed Nov 20, 2024
1 parent 849698f commit 9a050dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/panelmenu/panelmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export class PanelMenuList implements OnChanges {

// Update and keep `expanded` property from previous data
else {
this.processedItems.update(prev => prev.map(i => ({...i, expanded: i.expanded})))
this.processedItems.update((prev) => prev.map((i) => ({ ...i, expanded: i.expanded })));
}
}

Expand Down

0 comments on commit 9a050dc

Please sign in to comment.