Skip to content

Commit 4b70762

Browse files
committed
Minor formatting
1 parent 7e9d371 commit 4b70762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-datetime-picker/src/DateTimeInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export default function DateTimeInput({
342342
placeholder = placeholder.replace(formattedDatePiece, datePieceReplacement);
343343
}
344344
});
345-
// See: https://github.com/wojtekmaj/react-date-picker/issues/396
345+
// See https://github.com/wojtekmaj/react-date-picker/issues/396
346346
placeholder = placeholder.replace('17', 'y');
347347

348348
return placeholder;

0 commit comments

Comments
 (0)