Skip to content

Commit 2512475

Browse files
committed
fixup! Revert "Revert "Merge pull request #5740 from EdgeApp/sam/ramp-plugin-full""
1 parent d2b0345 commit 2512475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/themed/SwapInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const SwapInputComponent = React.forwardRef<SwapInputCardInputRef, Props>(
225225
exchangeAmount: '',
226226
nativeAmount: '',
227227
fiatAmount: '',
228-
fieldChanged: fieldNum === 0 ? 'fiat' : 'crypto'
228+
fieldChanged: fieldNum !== 0 ? 'fiat' : 'crypto'
229229
})
230230
return ''
231231
}

0 commit comments

Comments
 (0)