Skip to content

Commit

Permalink
Reintroduced comment about replacing with component
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodlh committed Sep 25, 2024
1 parent a708c10 commit 8f23a02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/pidRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function PIDRow(props: {
{props.type.toUpperCase()}
</label>
<div className="editable-container">
{/* <Editable */}
{/* 973e924 replaced Editable with input until we work out how to import zotero components */}
<input
type="text"
className={props.editable ? "zotero-clicky" : ""}
Expand Down

0 comments on commit 8f23a02

Please sign in to comment.