Unverified Commit 43b22ce5 authored by boojack's avatar boojack Committed by GitHub

chore: fix typo (#695)

parent 14718530
...@@ -16,7 +16,7 @@ interface Props extends DialogProps { ...@@ -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) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment