chore: change fee admin switch

This commit is contained in:
AP 2020-02-07 07:19:17 +01:00
parent d92312a973
commit 661cf63b27

View file

@ -73,6 +73,7 @@ export const FeeCard = ({
{renderLine('Transaction Id:', transactionId)}
{renderLine('Transaction Vout:', transactionVout)}
<Separation />
<AdminSwitch>
<ResponsiveLine>
<NoWrapTitle>
<DarkSubTitle>{`Base Fee:`}</DarkSubTitle>
@ -95,7 +96,6 @@ export const FeeCard = ({
onChange={e => setFeeRate(parseInt(e.target.value))}
/>
</ResponsiveLine>
<AdminSwitch>
<SecureButton
callback={updateFees}
variables={{