Skip to content

Commit

Permalink
Fix console warning (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
thepocp authored and ShinyChang committed Apr 2, 2019
1 parent 8c39c34 commit 81c4576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TextTruncate.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default class TextTruncate extends Component {
line,
onCalculated,
onTruncated,
onToggled,
text,
textElement,
textTruncateChild,
Expand Down Expand Up @@ -221,6 +222,7 @@ export default class TextTruncate extends Component {
line,
onCalculated,
onTruncated,
onToggled,
textElement,
textTruncateChild,
truncateText,
Expand Down

0 comments on commit 81c4576

Please sign in to comment.