Skip to content

Commit 86504fc

Browse files
authored
Merge pull request #9 from fatih-demirr/patch-1
Update UserPage.js
2 parents c79f477 + 5783c7b commit 86504fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

order-ui/src/components/user/UserPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function UserPage() {
3030
}
3131

3232
fetchData()
33-
}, [user])
33+
}, [])
3434

3535
const handleInputChange = (e, { name, value }) => {
3636
if (name === 'orderDescription') {
@@ -84,4 +84,4 @@ function UserPage() {
8484
)
8585
}
8686

87-
export default UserPage
87+
export default UserPage

0 commit comments

Comments
 (0)