Skip to content

Commit

Permalink
chore: 바퀴 수 tab을 default로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso committed Nov 9, 2024
1 parent 2a54cdc commit fb93f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/record/hooks/use-distance-page-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function useDistancePageModal<T>(
? isRecordedByTotalMeter || isRecordedByStrokesMeter
? 0
: 1
: 0,
: 1,
);
const [totalMeter, setTotalMeter] = useState<string>('');
const [totalLaps, setTotalLaps] = useState<string>('');
Expand Down

0 comments on commit fb93f41

Please sign in to comment.