mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix typo (#695)
This commit is contained in:
@ -16,7 +16,7 @@ interface Props extends DialogProps {
|
|||||||
currentDateStamp: DateStamp;
|
currentDateStamp: DateStamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
const monthChineseStrArray = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dev"];
|
const monthChineseStrArray = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"];
|
||||||
const weekdayChineseStrArray = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
|
const weekdayChineseStrArray = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
|
||||||
|
|
||||||
const DailyReviewDialog: React.FC<Props> = (props: Props) => {
|
const DailyReviewDialog: React.FC<Props> = (props: Props) => {
|
||||||
|
Reference in New Issue
Block a user