Added Recipient and Fee API. Completed Purchases history #12

Merged
ameye merged 6 commits from withdraw_steps into master 2023-04-24 16:14:31 +00:00
Showing only changes of commit f42fabbfbb - Show all commits
+1 -1
View File
@@ -45,7 +45,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
// cleaning up listeners
return () => {
clearInterval(checkInactivity)
window.removeEventListener('mouseover', resetTime)
window.removeEventListener('mousemove', resetTime)
window.removeEventListener('keydown', resetTime)
}
}, [pathname, lastActivityTime])