릴리즈 1차

This commit is contained in:
girinb
2025-07-14 15:34:37 +09:00
parent af89539293
commit 05f56e91cc
2 changed files with 3 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ class _PlanPageDetailState extends State<PlanPageDetail> {
@override
void initState() {
super.initState();
_currentBottomNavIndex = 0;
_currentBottomNavIndex = 1;
}
@override