Use NamedFieldSelect in pay-bitcoin-confirm-mobile view

parent 75335477
......@@ -4,7 +4,7 @@ import { observer } from 'mobx-react';
import PropTypes from 'prop-types';
import Background from '../component/background';
import MainContent from '../component/main-content';
import { NamedField } from '../component/field';
import { NamedField, NamedFieldSelect } from '../component/field';
import { Header, Title } from '../component/header';
import { CancelButton, BackButton, SmallGlasButton } from '../component/button';
import Card from '../component/card';
......@@ -66,9 +66,9 @@ const PayBitcoinConfirmView = ({ store, nav, payment }) => (
{store.unitLabel}
</BalanceLabelUnit>
</BalanceLabel>
<NamedField name="Fee">
<NamedFieldSelect name="Fee" onPress={() => {}}>
{store.paymentFeeLabel} {store.unitLabel}
</NamedField>
</NamedFieldSelect>
<NamedField name="Total" style={styles.totalLbl}>
{store.paymentTotalLabel} {store.unitLabel}
</NamedField>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment