chore: Change a little

This commit is contained in:
MystiPanda 2024-03-21 12:55:22 +08:00
parent 302c142346
commit 1bd7795851
No known key found for this signature in database
GPG Key ID: 47D0F0284DC57888
2 changed files with 4 additions and 0 deletions

View File

@ -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) => {
{
label: "Delete",
handler: () => {
setAnchorEl(null);
setConfirmOpen(true);
},
},

View File

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