Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 3, 2023
1 parent 96da283 commit 13b0c30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/containers/ConversionForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ const ConversionForm = ({
};

const validateFileType = () => {
// currently only checking file extension, and allowing smoldyn
// valid files could have txt extention, this isnt a good check
// how extensive of a validation do we want to do on the front end?
if (fileToConvert) {
const fileExtension =
fileToConvert.name.split(".").pop()?.toLowerCase() || "";
Expand Down

0 comments on commit 13b0c30

Please sign in to comment.