Commit 77c09053 authored by Noah Zinsmeister's avatar Noah Zinsmeister

copy hotfix

parent 05acbfee
...@@ -529,7 +529,7 @@ export default function Swap({ history }: RouteComponentProps) { ...@@ -529,7 +529,7 @@ export default function Swap({ history }: RouteComponentProps) {
{/* we need to shorten this string on mobile */} {/* we need to shorten this string on mobile */}
{approvalState === ApprovalState.APPROVED || signatureState === UseERC20PermitState.SIGNED {approvalState === ApprovalState.APPROVED || signatureState === UseERC20PermitState.SIGNED
? 'You can now trade ' + currencies[Field.INPUT]?.symbol ? 'You can now trade ' + currencies[Field.INPUT]?.symbol
: 'Allow the Uniswap Protocol to use your UNI ' + currencies[Field.INPUT]?.symbol} : 'Allow the Uniswap Protocol to use your ' + currencies[Field.INPUT]?.symbol}
</span> </span>
{approvalState === ApprovalState.PENDING ? ( {approvalState === ApprovalState.PENDING ? (
<Loader stroke="white" /> <Loader stroke="white" />
......
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