Skip to content

Commit

Permalink
Fixing eslint | unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Sep 2, 2024
1 parent e4f945a commit 60ed41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/imports/NewImport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class NewImport extends React.Component {
}

render() {
const { type, queue, fileURL, npmPackageName, npmPackageVersion, owner,
const { type, queue, fileURL, npmPackageName, npmPackageVersion,
json, update_if_exists, isUploading, hierarchy } = this.state;
const isUpload = type === 'upload';
const isURL = type === 'url';
Expand Down

0 comments on commit 60ed41b

Please sign in to comment.