Skip to content

Commit

Permalink
fix: rm unneeded props
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jun 26, 2024
1 parent 7f0823c commit 4196d53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/Chain/Inputs/useInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ export const useInput = () => {
case 'Bytes':
return (
<Hash
{...inputArgConfig}
onMount={onMount}
onRender={onRender}
onChange={(val) => {
Expand Down Expand Up @@ -390,7 +389,6 @@ export const useInput = () => {
return (
<Section indent={indent}>
<Checkbox
{...inputArgConfig}
onMount={onMount}
onRender={onRender}
onChange={(val) => {
Expand Down

0 comments on commit 4196d53

Please sign in to comment.