Skip to content

Commit ec477e3

Browse files
authored
fix: 괄호 수정 (#171)
1 parent c26fa97 commit ec477e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/ongi/lib/screens/health/health_status_input_screen.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,6 @@ class _HealthStatusInputScreenState extends State<HealthStatusInputScreen> {
10581058
Widget _buildStretchingButton() {
10591059
return Visibility(
10601060
visible: _isStretchingVisible, // _isStretchingVisible 값에 따라 버튼 표시 여부 결정
1061-
),
10621061
child: Padding(
10631062
padding: const EdgeInsets.all(25),
10641063
child: Column(

0 commit comments

Comments
 (0)