Skip to content

Commit

Permalink
fix($compile): Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Jul 5, 2017
1 parent d4081a7 commit 8a792c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/TimelineBlip.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class TimelineBlip extends Component {
<span style={this.iconStyle(iconStyle)}>{icon}</span>
</div>
<div {...otherProps} style={s.blipStyle}>
<div>{title}</div>
</div>
<div>{title}</div>
</div>
<div style={s.eventAfter} />
</div>
)
Expand Down

0 comments on commit 8a792c5

Please sign in to comment.