Skip to content

Commit

Permalink
removed faulty speakerid proptyep in talk stats
Browse files Browse the repository at this point in the history
  • Loading branch information
cShingleton committed Sep 21, 2017
1 parent 42bbd3a commit 0edea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scenes/TalkStats/TalkStatsContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TalkStatsContainer.propTypes = {
eventCode: PropTypes.string,
event_id: PropTypes.string,
score: PropTypes.number,
speaker_id: PropTypes.string,
//speaker_id: PropTypes.string,
talkStats: PropTypes.arrayOf(PropTypes.shape({
quality: PropTypes.string,
value: PropTypes.number,
Expand Down

0 comments on commit 0edea5b

Please sign in to comment.