Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarunmeena0901 committed Apr 24, 2024
1 parent 40a4066 commit 6bc94a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/entity-editor/entity-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ function mapDispatchToProps(dispatch, {submissionUrl}) {
};
}

export default connect(null, mapDispatchToProps)(EntityEditor);
export default connect(null, mapDispatchToProps)(EntityEditor);
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const IdentifierSection = ({
identifierTypes,
isUnifiedForm
}) => {
console.log("IT :", identifierTypes);
const helpText = `identity of the entity in other databases and services, such as ISBN, barcode, MusicBrainz ID, WikiData ID, OpenLibrary ID, etc.
You can enter either the identifier only (Q2517049) or a full link (https://www.wikidata.org/wiki/Q2517049).`;
const helpIconElement = (
Expand Down

0 comments on commit 6bc94a3

Please sign in to comment.