Skip to content

Commit 51183c8

Browse files
committed
Code cleanup
1 parent 158e2ec commit 51183c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/ducks/send/send.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,8 +1888,6 @@ export function updateRecipientUserInput(userInput) {
18881888
smartContractAddress = await isSmartContractAddress(userInput);
18891889
if (smartContractAddress) {
18901890
dispatch(actions.updateRecipientType(RECIPIENT_TYPES.SMART_CONTRACT));
1891-
}
1892-
if (smartContractAddress) {
18931891
const { symbol, decimals } =
18941892
getTokenMetadata(userInput, tokenMap) || {};
18951893

0 commit comments

Comments
 (0)