Skip to content

Commit

Permalink
Fixed indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
mahoneycm committed Sep 2, 2021
1 parent 97794d6 commit 2a1775f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/components/file-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ const makeSafeForID = (name) => name.replace(/[^a-z0-9]/g, replaceName);

const createUniqueID = (name) => `${name}-${Math.floor(Date.now().toString() / 1000)}`;


/**
* Builds full file input comonent
* @param {HTMLElement} fileInputEl - original file input on page
Expand Down

0 comments on commit 2a1775f

Please sign in to comment.