meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
7 deletions
-
src/components/modals/AddAccounts/steps/01-step-choose-currency.js
|
|
@ -9,13 +9,7 @@ import CurrencyBadge from 'components/base/CurrencyBadge' |
|
|
|
import type { StepProps } from '../index' |
|
|
|
|
|
|
|
function StepChooseCurrency({ currency, setCurrency }: StepProps) { |
|
|
|
return ( |
|
|
|
<SelectCurrency |
|
|
|
autoFocus |
|
|
|
onChange={setCurrency} |
|
|
|
value={currency} |
|
|
|
/> |
|
|
|
) |
|
|
|
return <SelectCurrency autoFocus onChange={setCurrency} value={currency} /> |
|
|
|
} |
|
|
|
|
|
|
|
export function StepChooseCurrencyFooter({ transitionTo, currency, t }: StepProps) { |
|
|
|