From 11fbfb336a761ae9ceed22dc026ac7f45a25d3be Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 3 Apr 2023 12:16:12 +0200 Subject: [PATCH] Clean last estimated name (#160) --- src/components/PeerUpdate.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PeerUpdate.tsx b/src/components/PeerUpdate.tsx index 18210fc..984641a 100644 --- a/src/components/PeerUpdate.tsx +++ b/src/components/PeerUpdate.tsx @@ -191,6 +191,7 @@ const PeerUpdate = () => { setCallingPeerAPI(false) setCallingPeerAPI(false) setSubmitRunning(false) + setEstimatedName("") } const noUpdateToGroups = (): Boolean => {