missing removal
This commit is contained in:
parent
26b30a462a
commit
a86c948fc9
@ -194,7 +194,6 @@ export function ReadyView(props: State.Ready): VNode {
|
||||
export function ReadyGetView({
|
||||
amountHandler,
|
||||
goToBank,
|
||||
mode,
|
||||
goToWallet,
|
||||
selectCurrency,
|
||||
previous,
|
||||
@ -212,12 +211,6 @@ export function ReadyGetView({
|
||||
required
|
||||
handler={amountHandler}
|
||||
/>
|
||||
<Checkbox
|
||||
label={i18n.str`Raw mode`}
|
||||
name="rawMode"
|
||||
enabled={mode.value!}
|
||||
onToggle={mode.button.onClick!}
|
||||
/>
|
||||
|
||||
<Button onClick={selectCurrency.onClick}>
|
||||
<i18n.Translate>Change currency</i18n.Translate>
|
||||
|
Loading…
Reference in New Issue
Block a user