Skip to content

Commit

Permalink
Fix: code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 15, 2022
1 parent 20edd21 commit b6144d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/contract/MetadataTab/MetadataTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
element.click();
document.body.removeChild(element);
},
formatValue(data, key, path, defaultFormatResult) {
formatValue(_data, _key, _path, defaultFormatResult) {
return defaultFormatResult
.replace(/&/g, "&")
.replace(/</g, "&lt;")
Expand Down

0 comments on commit b6144d8

Please sign in to comment.