Skip to content

Commit

Permalink
remove unused props.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaiToshiya committed Oct 8, 2024
1 parent 3765b3c commit 6f76090
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export function Editor({
privateKey,
setPrivateKey,
baseTag,
setBaseTag,
ownerTag,
url,
pool,
relays,
parent = undefined,
Expand Down
3 changes: 0 additions & 3 deletions src/NoComment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ export function NoComment({
privateKey={privateKey}
setPrivateKey={setPrivateKey}
baseTag={baseTag}
ownerTag={ownerTag}
url={url}
setBaseTag={setBaseTag}
pool={pool}
parent={parent}
relays={chosenRelays}
Expand Down

0 comments on commit 6f76090

Please sign in to comment.