diff --git a/app/delete-account/index.tsx b/app/delete-account/index.tsx
index ff50f31a..9cb9d971 100644
--- a/app/delete-account/index.tsx
+++ b/app/delete-account/index.tsx
@@ -40,11 +40,13 @@ export default function Page() {
return (
-
-
-
-
-
+ {step !== 3 && (
+
+
+
+
+
+ )}
{getStepComponent(step)}
);
diff --git a/features/setting/components/organisms/setting-calendar.tsx b/features/setting/components/organisms/setting-calendar.tsx
index 937281ac..ba3ce21f 100644
--- a/features/setting/components/organisms/setting-calendar.tsx
+++ b/features/setting/components/organisms/setting-calendar.tsx
@@ -131,9 +131,15 @@ export function SettingCalendar({
handleListItemClick(1000)}>
+ handleListItemClick(2000)}>
+
+
handleListItemClick(3000)}>
+ handleListItemClick(4000)}>
+
+
handleListItemClick(5000)}>