Skip to content

Commit

Permalink
Quick Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fallengravity committed Oct 18, 2019
1 parent 32d0421 commit c18686c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/helpers/misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ const reorderNetworks = () => {
return newObject;
};

function hide(id) {
document.getElementByClass(eth).style.display = "none";
}

const solidityType = inputType => {
if (!inputType) inputType = '';
if (inputType.includes('[') && inputType.includes(']')) {
Expand Down

0 comments on commit c18686c

Please sign in to comment.