diff --git a/src/App.tsx b/src/App.tsx
index eb5b5b0..7106971 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -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
- {/* setPaymentAmount(+e.target.value)}
- autoComplete="off"
- onInput={removeLeadingZero}
- /> */}