diff --git a/code/client/src/integration/RequestPayment.jsx b/code/client/src/integration/RequestPayment.jsx index 51a51de5..5a270144 100644 --- a/code/client/src/integration/RequestPayment.jsx +++ b/code/client/src/integration/RequestPayment.jsx @@ -7,7 +7,6 @@ import React, { useState } from 'react' import { useSelector } from 'react-redux' import { SearchOutlined } from '@ant-design/icons' import util from '../util' -import { useHistory } from 'react-router' import WalletAddress from '../components/WalletAddress' import Send from '../pages/Show/Send' import { handleAddressError } from '../handler'