Commit 0e1e3a90 authored by Kim, Subin's avatar Kim, Subin
Browse files

수정

parent cb075430
...@@ -16,7 +16,7 @@ const Weekly = () => { ...@@ -16,7 +16,7 @@ const Weekly = () => {
end: '' end: ''
}} }}
titleFormat={(date) => { titleFormat={(date) => {
if (date.date.) // if (date.date.)
console.log("date==",date) console.log("date==",date)
return date.date.year + "" + (date.date.month + 1) + ""; return date.date.year + "" + (date.date.month + 1) + "";
}} }}
......
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