Commit 55eb03c2 authored by ianlapham's avatar ianlapham

remove version with derived percent

parent a6d8613b
...@@ -49,11 +49,11 @@ export default function ConfirmationModal({ ...@@ -49,11 +49,11 @@ export default function ConfirmationModal({
amount1, amount1,
price, price,
transactionType, transactionType,
pendingConfirmation,
hash, hash,
signed = false, signed = false,
contractCall, contractCall,
attemptedRemoval = false, attemptedRemoval = false,
pendingConfirmation,
extraCall = undefined extraCall = undefined
}) { }) {
const { address: address0, symbol: symbol0 } = amount0?.token || {} const { address: address0, symbol: symbol0 } = amount0?.token || {}
......
...@@ -161,7 +161,7 @@ export default function CurrencyInputPanel({ ...@@ -161,7 +161,7 @@ export default function CurrencyInputPanel({
value, value,
field, field,
onUserInput, onUserInput,
onTokenSelection, onTokenSelection = null,
title, title,
onMax, onMax,
atMax, atMax,
......
...@@ -7,6 +7,7 @@ const IOSSlider = withStyles({ ...@@ -7,6 +7,7 @@ const IOSSlider = withStyles({
width: '95%', width: '95%',
color: '#3880ff', color: '#3880ff',
height: 4, height: 4,
marginLeft: '15px',
padding: '15px 0' padding: '15px 0'
}, },
thumb: { thumb: {
......
This diff is collapsed.
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