Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix(schedule-template): page not rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao authored May 17, 2022
1 parent 6c1f752 commit 8496685
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/template/ScheduleTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const ScheduleTemplate = () => {
</Typography>
</Box>
{data.map((weekItem) => {
console.log(month);
const dateV =
weekItem.week.split('/')[1] + ' ' + month.toUpperCase();

Expand Down Expand Up @@ -151,7 +150,6 @@ const ScheduleTemplate = () => {
marginBottom: '5px',
}}
>
{console.log(weekItem.scheduleData.week_type_name)}
{weekItem.scheduleData.week_type_name.toUpperCase()}
</Typography>
)}
Expand Down

0 comments on commit 8496685

Please sign in to comment.