Skip to content

Commit

Permalink
Update EventRowMixin.js
Browse files Browse the repository at this point in the history
fixes #261 fixed property name for custom component
  • Loading branch information
HerrZatacke authored Jan 11, 2017
1 parent 9d31c18 commit 2bb14f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventRowMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
allDayAccessor={allDayAccessor}
slotStart={start}
slotEnd={end}
component={eventComponent}
eventComponent={eventComponent}
/>
)
},
Expand Down

0 comments on commit 2bb14f5

Please sign in to comment.