Skip to content

Commit

Permalink
trigger workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fajarriv committed Aug 4, 2023
1 parent 294aa50 commit f7da344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/containers/ViewSchedule/Schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,7 @@ const ScheduleItem = styled.div`
@media (min-width: 900px) {
grid-area: ${({ start }) => start} / ${({ day }) => day} / ${({
end,
}) => end} /
${({ day }) => day + 1}
}) => end} / ${({ day }) => day + 1}
}
margin-left: 8px;
margin-right: 8px;
Expand Down

0 comments on commit f7da344

Please sign in to comment.