diff --git a/src/App.jsx b/src/App.jsx index d01483d1c..bd77afe27 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -85,7 +85,6 @@ function App() { if (e.target.files[0]) { setImage(e.target.files[0]); setAddress(e.target.value); - console.log(e.target.value) } }; @@ -321,7 +320,7 @@ function App() { style={{ width: "80%" }} />
- {address ? profile picture :
PROFILE PICTURE
} + {address ? profile pic :
PROFILE PICTURE
}