Skip to content

Commit

Permalink
Sending string unique prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamsi Sai committed Jul 29, 2016
1 parent 131a023 commit 469e04c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SOQHighlightable extends React.Component {
title: React.PropTypes.string.isRequired,
link: React.PropTypes.string.isRequired
}).isRequired,
unique: React.PropTypes.number.isRequired,
unique: React.PropTypes.string.isRequired,
highlighted: React.PropTypes.bool,
dispatch: React.PropTypes.func.isRequired
};
Expand Down

0 comments on commit 469e04c

Please sign in to comment.