Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
manneredboor committed Mar 28, 2024
1 parent 56f0b9e commit cef8c55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type WalletModalInputProps = {
export const WalletModalInput = forwardRef<
HTMLInputElement,
WalletModalInputProps
>(({ value, onChange, onClear }, inputRef) => {
>(function WalletModalInput({ value, onChange, onClear }, inputRef) {
return (
<WalletInput
ref={inputRef}
Expand Down

0 comments on commit cef8c55

Please sign in to comment.