Skip to content

Commit

Permalink
Update ScheduleData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloking committed Mar 18, 2024
1 parent 461824f commit 0c3100c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/ScheduleData.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const data = [
{ time:"14:00", show:"show_name_9", title:"guide_category_4"},
{ time:"15:00", show:"mar_show_name_3",title:"guide_category_2"},
{ time:"16:00", show:"show_name_9", title:"guide_category_4"},
{ time:"17:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"},
{ time:"17:00", show:"show_name_13",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"},
{ time:"18:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"},
]
}, {
Expand All @@ -73,7 +73,7 @@ export const data = [
{ time:"14:00", show:"show_name_9", title:"guide_category_4"},
{ time:"15:00", show:"mar_show_name_3",title:"guide_category_2"},
{ time:"16:00", show:"show_name_9", title:"guide_category_4"},
{ time:"17:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"},
{ time:"17:00", show:"show_name_13",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"},
{ time:"18:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"},
]
},
Expand Down

0 comments on commit 0c3100c

Please sign in to comment.