diff --git a/src/components/Send/index.tsx b/src/components/Send/index.tsx index a1009931..84594e70 100644 --- a/src/components/Send/index.tsx +++ b/src/components/Send/index.tsx @@ -477,6 +477,8 @@ export default function Send({ wallet }: SendProps) { setIsSweep(false) form.reset() + + window.scrollTo({ top: 0, left: 0, behavior: 'smooth' }) } } }