mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: change fee admin switch
This commit is contained in:
parent
d92312a973
commit
661cf63b27
1 changed files with 22 additions and 22 deletions
|
@ -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={{
|
||||
|
|
Loading…
Add table
Reference in a new issue