diff --git a/src/screens/HomeScreen.js b/src/screens/HomeScreen.js index 2d29f4a..1626813 100644 --- a/src/screens/HomeScreen.js +++ b/src/screens/HomeScreen.js @@ -78,10 +78,11 @@ function ConfirmCOVIDPositiveAlertDialog() { .then(res => { if(res.data.covidPositive){ dispatch(setCovidPositive()); + toast.closeAll(); toast({ title: "Confirmed!", status: 'info', - duration: 500, + duration: 2000, }); }else{ showErrorToast();