Commit 55eb03c2 authored by ianlapham's avatar ianlapham

remove version with derived percent

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