Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Nov 22, 2024
1 parent ff75a6e commit 3fd3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/EasySetup/FromCallData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FromCallData = ({ className, onSetExtrinsic }: Props) => {
}

return call
} catch (error) {
} catch {
return
}
},
Expand Down

0 comments on commit 3fd3729

Please sign in to comment.