mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-20 10:05:56 +00:00
remove unused import
This commit is contained in:
parent
d5bfc96872
commit
825ae7ffb8
@ -133,7 +133,6 @@ import { RandomSentenceGenerator } from "./utils/seedPhrase/RandomSentenceGenera
|
||||
import { useFetchResources } from "./common/useFetchResources";
|
||||
import { Tutorials } from "./components/Tutorials/Tutorials";
|
||||
import { useHandleTutorials } from "./components/Tutorials/useHandleTutorials";
|
||||
import { removeLeadingZero } from "./utils/helpers";
|
||||
import BoundedNumericTextField from "./common/BoundedNumericTextField";
|
||||
|
||||
type extStates =
|
||||
@ -1790,14 +1789,6 @@ function App() {
|
||||
Amount
|
||||
</CustomLabel>
|
||||
<Spacer height="5px" />
|
||||
{/* <CustomInput
|
||||
id="standard-adornment-amount"
|
||||
type="number"
|
||||
value={paymentAmount}
|
||||
onChange={(e) => setPaymentAmount(+e.target.value)}
|
||||
autoComplete="off"
|
||||
onInput={removeLeadingZero}
|
||||
/> */}
|
||||
<BoundedNumericTextField
|
||||
value={paymentAmount}
|
||||
minValue={0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user