Skip to content

Commit

Permalink
test: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Oct 3, 2024
1 parent 1acbdc3 commit 53e565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3/src/crypto-input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const CryptoInput: React.FC<CryptoInputProps> = ({
onChange?.({});
return;
} else if (!curToken) {
onChange?.({ inputString: amt || '' });
onChange?.({ inputString: amt! });
return;
} else if (!amt) {
onChange?.({ token: curToken });
Expand Down

0 comments on commit 53e565b

Please sign in to comment.