mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 16:59:01 +08:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@ -25,7 +25,7 @@ export const getNavModel = (navIndex: NavIndex, id: string, fallback?: NavModel,
|
||||
|
||||
main.children =
|
||||
main.children &&
|
||||
main.children.map(item => {
|
||||
main.children.map((item) => {
|
||||
return {
|
||||
...item,
|
||||
active: item.url === node.url,
|
||||
|
Reference in New Issue
Block a user