Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Aug 28, 2023
1 parent 8b4bafa commit 2b1f67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/properties-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ export function getEntryIds(report) {
if (hasType(data, type)
&& getPropertyName(data)) {

const index = path[path.length - 2];
const index = path[ path.length - 2 ];

return [ `${ id }-${prefix}-${index}-${ getPropertyName(data) }` ];
return [ `${ id }-${ prefix }-${ index }-${ getPropertyName(data) }` ];
}
}

Expand Down

0 comments on commit 2b1f67a

Please sign in to comment.