Skip to content

Commit

Permalink
fix week styling on course timeline (closes #438)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickcox authored and ragesoss committed Nov 8, 2015
1 parent 07cc691 commit 964fda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/components/timeline/week.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Week = React.createClass(
/>
)

weekClassName = "week-#{@props.index}"
weekClassName = "week week-#{@props.index}"
<li className={weekClassName}>
<div style={overflow: 'hidden'}>
{deleteWeek}
Expand Down

0 comments on commit 964fda9

Please sign in to comment.