Skip to content

Commit

Permalink
[added] title to time view events
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 28, 2015
1 parent c07d0ab commit 7ee9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventCell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let EventCell = React.createClass({
})}
onClick={()=> onSelect(event)}
>
<div className='rbc-event-content'>
<div className='rbc-event-content' title={title}>
{ Component
? <Component event={event} title={title}/>
: title
Expand Down

0 comments on commit 7ee9959

Please sign in to comment.