@@ -176,6 +176,7 @@ export const ProfileItem = (props: Props) => {
{
label: "Delete",
handler: () => {
+ setAnchorEl(null);
setConfirmOpen(true);
},
@@ -188,6 +189,7 @@ export const ProfileItem = (props: Props) => {
@@ -92,6 +92,7 @@ export const ProfileMore = (props: Props) => {
@@ -105,6 +106,7 @@ export const ProfileMore = (props: Props) => {