Skip to content

Commit bad7eeb

Browse files
authored
fix prettier
1 parent 045dde3 commit bad7eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TimePicker/TimePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ function TimePicker(
287287
newSelection = 0;
288288
return;
289289
}
290-
290+
291291
const candidate = trimmedText.substring(0, 2);
292292
if (/^\d\d$/.test(candidate)) {
293293
// e.g. "05", "12"

0 commit comments

Comments
 (0)