Skip to content

Commit

Permalink
Issue-208: Fixed comments and Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalievEPAM committed Aug 12, 2021
1 parent 7f603ab commit ffc8569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN",
"description": "",
"devtools_page": "index.html",
"version": "3.0.39",
"version": "3.0.40",
"permissions": [
"activeTab",
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdi-react-extension",
"version": "3.0.39",
"version": "3.0.40",
"description": "jdi react extension",
"scripts": {
"start": "npm run webpack",
Expand Down
2 changes: 1 addition & 1 deletion src/js/blocks/autoFind/autoFindProvider/pageObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const predictedToConvert = (elements) => {
if (elementTagId && uniqueNames.indexOf(elementTagId) >= 0) elementTagId += i;
uniqueNames.push(elementTagId, elementName);

let name = customElementName
const name = customElementName
? customElementName
: elementTagId
? elementTagId
Expand Down

0 comments on commit ffc8569

Please sign in to comment.